Commit f67d32f7 authored by Igor.Zotov's avatar Igor.Zotov

http://bugzserver/show_bug.cgi?id=27528 - Не копируется графика

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@59623 954022d7-b5bf-4e40-9824-e11837661b57
parent 65966010
......@@ -6691,7 +6691,8 @@
};
this.Read = function(data, wb)
{
var pasteBinaryFromExcel = false;
window.global_pptx_content_loader.Clear();
var pasteBinaryFromExcel = false;
if(this.copyPasteObj && this.copyPasteObj.isCopyPaste && typeof editor != "undefined" && editor)
pasteBinaryFromExcel = true;
......
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