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

Перебивался Extent у ParaDrawing при записи.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@61435 954022d7-b5bf-4e40-9824-e11837661b57
parent 2f7f8d4c
...@@ -3812,10 +3812,10 @@ function BinaryDocumentTableWriter(memory, doc, oMapCommentId, oNumIdMap, copyPa ...@@ -3812,10 +3812,10 @@ function BinaryDocumentTableWriter(memory, doc, oMapCommentId, oNumIdMap, copyPa
break; break;
case para_Drawing: case para_Drawing:
sCurText = this.WriteText(sCurText); sCurText = this.WriteText(sCurText);
if (item.Extent && item.GraphicObj && item.GraphicObj.spPr && item.GraphicObj.spPr.xfrm) { //if (item.Extent && item.GraphicObj && item.GraphicObj.spPr && item.GraphicObj.spPr.xfrm) {
item.Extent.W = item.GraphicObj.spPr.xfrm.extX; // item.Extent.W = item.GraphicObj.spPr.xfrm.extX;
item.Extent.H = item.GraphicObj.spPr.xfrm.extY; // item.Extent.H = item.GraphicObj.spPr.xfrm.extY;
} //}
if(this.copyParams) if(this.copyParams)
{ {
CheckSpPrXfrm2(item.GraphicObj) CheckSpPrXfrm2(item.GraphicObj)
......
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