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

при вставке из excel d шейп

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