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

copy/paste между автофигурами через бинарник(word)

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@58434 954022d7-b5bf-4e40-9824-e11837661b57
parent f2541110
...@@ -2973,7 +2973,8 @@ PasteProcessor.prototype = ...@@ -2973,7 +2973,8 @@ PasteProcessor.prototype =
//если находимся внутри шейп, вставляем html //если находимся внутри шейп, вставляем html
if(this.oDocument.Parent && this.oDocument.Parent instanceof CShape) if(this.oDocument.Parent && this.oDocument.Parent instanceof CShape)
{ {
base64 = null; if(oThis.oDocument && oThis.oDocument.Parent && oThis.oDocument.Parent.parent && oThis.oDocument.Parent.parent.parent && oThis.oDocument.Parent.parent.parent.getObjectType && oThis.oDocument.Parent.parent.parent.getObjectType() == historyitem_type_Chart)
base64 = null;
base64FromExcel = null; base64FromExcel = null;
} }
else if(this.oDocument.bPresentation) else if(this.oDocument.bPresentation)
......
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