Commit 2f8d8ef2 authored by Anna.Pavlova's avatar Anna.Pavlova Committed by Alexander.Trofimov

рефакторинг

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@58689 954022d7-b5bf-4e40-9824-e11837661b57
parent 1372c3fe
......@@ -2268,9 +2268,6 @@ CMathContent.prototype =
if ( this.Selection.End >= Pos )
this.Selection.End++;
}
if(this.ParaMath !== null)
this.ParaMath.SetNeedResize();
},
Add_ToContent : function(Pos, Item)
......@@ -2283,9 +2280,6 @@ CMathContent.prototype =
this.content = this.content.concat( NewItems );
History.Add( this, { Type : historyitem_Math_AddItem, Pos : StartPos, EndPos : this.content.length - 1, Items : NewItems } );
if(this.ParaMath !== null)
this.ParaMath.SetNeedResize();
},
Remove_FromContent : function(Pos, Count)
......@@ -2320,8 +2314,6 @@ CMathContent.prototype =
}
}
if(this.ParaMath !== null)
this.ParaMath.SetNeedResize();
},
......
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