Commit 37aa9aee authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

выставление родительской группы при конвертации

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56723 954022d7-b5bf-4e40-9824-e11837661b57
parent 9a264f8e
...@@ -318,6 +318,7 @@ CGroupShape.prototype = ...@@ -318,6 +318,7 @@ CGroupShape.prototype =
for(i = 0; i < sp_tree_copy.length; ++i) for(i = 0; i < sp_tree_copy.length; ++i)
{ {
this.addToSpTree(this.spTree.length, sp_tree_copy[i].convertToWord(document)); this.addToSpTree(this.spTree.length, sp_tree_copy[i].convertToWord(document));
this.spTree[this.spTree.length - 1].setGroup(this);
} }
return this; return this;
}, },
......
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