Commit 3aba29c2 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

к багу 26679

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@58620 954022d7-b5bf-4e40-9824-e11837661b57
parent 9bea6da8
......@@ -5719,7 +5719,6 @@
});
if(null != oNewDrawing.graphicObject)
{
oNewDrawing.graphicObject.fromSerialize = true;
if(false != oFlags.from && false != oFlags.to)
oNewDrawing.Type = ECellAnchorType.cellanchorTwoCell;
else if(false != oFlags.from && false != oFlags.ext)
......@@ -5746,6 +5745,7 @@
oNewDrawing.graphicObject.spPr.xfrm.setExtX(0);
oNewDrawing.graphicObject.spPr.xfrm.setExtY(0);
}
oNewDrawing.graphicObject.fromSerialize = true;
aDrawings.push(oNewDrawing);
}
}
......
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