Commit 20641755 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@56611 954022d7-b5bf-4e40-9824-e11837661b57
parent 692cec80
......@@ -7945,7 +7945,7 @@ ParaMath.prototype =
text[i].Replace("<", "&lt;");
text[i].Replace(">", "&gt;");
text[i].Replace("\"", "&quot;");*/
var oText = new CMathText();
var oText = new CMathText(false);
oText.addTxt(sText[i]);
oElem.addElementToContent(oText);
}
......@@ -8246,7 +8246,7 @@ function ParagraphContent_Read_FromBinary(Reader)
case para_CommentStart : Element = new ParaCommentStart(); break;
case para_CommentEnd : Element = new ParaCommentEnd(); break;
case para_PresentationNumbering : Element = new ParaPresentationNumbering(); break;
case para_Math_Text : Element = new CMathText(); break;
case para_Math_Text : Element = new CMathText(false); break;
}
if ( null != Element )
......
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