Commit 903ed327 authored by Sergey.Konovalov's avatar Sergey.Konovalov Committed by Alexander.Trofimov

Document.Remove bOnTextAdd = true

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56829 954022d7-b5bf-4e40-9824-e11837661b57
parent 98301eff
...@@ -2687,7 +2687,7 @@ PasteProcessor.prototype = ...@@ -2687,7 +2687,7 @@ PasteProcessor.prototype =
if(false == this.bNested) if(false == this.bNested)
{ {
//������� ��������� //������� ���������
this.oRecalcDocument.Remove(1, true, true); this.oRecalcDocument.Remove(1, true, true, true);
} }
var nInsertLength = this.aContent.length; var nInsertLength = this.aContent.length;
......
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