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

git-svn-id:...

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@49874 954022d7-b5bf-4e40-9824-e11837661b57
parent 5ee29f57
......@@ -1626,7 +1626,7 @@ CopyProcessor.prototype =
tempParagraph.Content[index].wrappingType = wrappingType;
tempParagraph.Content[index].DrawingType = DrawingType;
tempParagraph.Content[index].GraphicObj = cur_element
tempParagraph.Selection.EndPos = index;
tempParagraph.Selection.EndPos = index + 1;
tempParagraph.Selection.StartPos = index;
tempParagraph.Selection.Use = true;
......@@ -1692,7 +1692,7 @@ CopyProcessor.prototype =
}
}
//меняем Selection
oDocument.Content[index].Selection.EndPos = inIndex;
oDocument.Content[index].Selection.EndPos = inIndex + 1;
oDocument.Content[index].Selection.StartPos = inIndex;
oDocument.Content[index].Selection.Use = 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