Commit 58dead5b authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

parent = null при конвертации в Таблицах

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56249 954022d7-b5bf-4e40-9824-e11837661b57
parent af694f76
...@@ -324,6 +324,7 @@ CGroupShape.prototype = ...@@ -324,6 +324,7 @@ CGroupShape.prototype =
{ {
var sp_tree_copy = [].concat(this.spTree), i; var sp_tree_copy = [].concat(this.spTree), i;
this.setWorksheet(worksheet); this.setWorksheet(worksheet);
this.setParent(null);
for(i = this.spTree.length-1; i > -1; --i) for(i = this.spTree.length-1; i > -1; --i)
{ {
this.removeFromSpTreeByPos(i); this.removeFromSpTreeByPos(i);
......
...@@ -424,6 +424,7 @@ CImageShape.prototype = ...@@ -424,6 +424,7 @@ CImageShape.prototype =
convertToPPTX: function(drawingDocument, worksheet) convertToPPTX: function(drawingDocument, worksheet)
{ {
this.setWorksheet(worksheet); this.setWorksheet(worksheet);
this.setParent(null);
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