Commit 9f73eeae authored by Ilya.Kirillov's avatar Ilya.Kirillov Committed by Alexander.Trofimov

Сделано, чтобы перед вставкой содержимое параграфов корретировалось (баг 28224).

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@64650 954022d7-b5bf-4e40-9824-e11837661b57
parent c4b3b716
......@@ -125,6 +125,9 @@ CSelectedContent.prototype =
Element.Get_AllDrawingObjects(this.DrawingObjects);
Element.Get_AllComments(this.Comments);
Element.Get_AllMaths(this.Maths);
if (type_Paragraph === Element.Get_Type() && Count > 1)
Element.Correct_Content();
}
this.HaveMath = (this.Maths.length > 0 ? true : false);
......
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