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

+ к предыдущей заливке

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@59028 954022d7-b5bf-4e40-9824-e11837661b57
parent c35c09fe
...@@ -1437,7 +1437,7 @@ CopyProcessor.prototype = ...@@ -1437,7 +1437,7 @@ CopyProcessor.prototype =
else if ( type_Paragraph === Item.GetType() ) else if ( type_Paragraph === Item.GetType() )
{ {
//todo ����� ������ ��� �������� ������ ���� Index == End //todo ����� ������ ��� �������� ������ ���� Index == End
this.oBinaryFileWriter.CopyParagraph(Item, elementsContent[Index].SelectedAll); this.oBinaryFileWriter.CopyParagraph(Item);
if(!this.onlyBinaryCopy) if(!this.onlyBinaryCopy)
this.CopyParagraph(oDomTarget, Item, true, false); this.CopyParagraph(oDomTarget, Item, true, false);
} }
......
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