Commit d53e213d authored by Igor.Zotov's avatar Igor.Zotov Committed by Alexander.Trofimov

http://bugzserver/show_bug.cgi?id=25781 - [Copy&Paste] Ошибка в консоли при...

http://bugzserver/show_bug.cgi?id=25781 -  [Copy&Paste] Ошибка в консоли при вставке автофигуры из редатора таблиц в таблицу редатора документов

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@57596 954022d7-b5bf-4e40-9824-e11837661b57
parent 7720c0a5
...@@ -3856,7 +3856,7 @@ PasteProcessor.prototype = ...@@ -3856,7 +3856,7 @@ PasteProcessor.prototype =
{ {
var oBinaryFileReader = new Asc.BinaryFileReader(null, true); var oBinaryFileReader = new Asc.BinaryFileReader(null, true);
var tempWorkbook = new Workbook(); var tempWorkbook = new Workbook();
tempWorkbook.theme = this.oDocument.theme; tempWorkbook.theme = this.oDocument.theme ? this.oDocument.theme : this.oLogicDocument.theme;
Asc.getBinaryOtherTableGVar(tempWorkbook); Asc.getBinaryOtherTableGVar(tempWorkbook);
oBinaryFileReader.Read(base64, tempWorkbook); oBinaryFileReader.Read(base64, tempWorkbook);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment