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

Bug 26669 - JS Error при открытии docx с Chart, созданного в CDE

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@58491 954022d7-b5bf-4e40-9824-e11837661b57
parent 03934c33
......@@ -4497,7 +4497,7 @@ ParaDrawing.prototype =
this.DrawingType = DrawingType;
/*if(typeof this.graphicObjects.curState.updateAnchorPos === "function")
this.graphicObjects.curState.updateAnchorPos(); */
this.updateWidthHeight();
//this.updateWidthHeight();
},
Set_WrappingType : function(WrapType)
......@@ -4869,14 +4869,14 @@ ParaDrawing.prototype =
case historyitem_Drawing_DrawingType:
{
this.DrawingType = Data.Old;
this.updateWidthHeight();
//this.updateWidthHeight();
break;
}
case historyitem_Drawing_WrappingType:
{
this.wrappingType = Data.Old;
this.updateWidthHeight();
//this.updateWidthHeight();
break;
}
......@@ -4988,14 +4988,14 @@ ParaDrawing.prototype =
case historyitem_Drawing_DrawingType:
{
this.DrawingType = Data.New;
this.updateWidthHeight();
//this.updateWidthHeight();
break;
}
case historyitem_Drawing_WrappingType:
{
this.wrappingType = Data.New;
this.updateWidthHeight();
//this.updateWidthHeight();
break;
}
......
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