Commit c637737d authored by Anna.Pavlova's avatar Anna.Pavlova

Заменен знак пересечения множеств в меню, чтобы можно было по этому знаку...

Заменен знак пересечения множеств в меню, чтобы можно было по этому знаку разбить формулу на строки 

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@68602 954022d7-b5bf-4e40-9824-e11837661b57
parent 11946002
......@@ -2561,7 +2561,7 @@ CMathContent.prototype.private_LoadFromMenuLargeOperator = function(Type, Pr)
var Delimiter = BaseMathContent.Add_Delimiter({ctrPrp : Pr.ctrPrp, column : 1}, 1, [null]);
BaseMathContent = Delimiter.getElementMathContent(0);
BaseMathContent.Add_Script(false, {ctrPrp: Pr.ctrPrp, type : DEGREE_SUBSCRIPT}, "X", null, "n");
BaseMathContent.Add_Text(String.fromCharCode(8898), this.Paragraph);
BaseMathContent.Add_Text(String.fromCharCode(8745), this.Paragraph);
BaseMathContent.Add_Script(false, {ctrPrp: Pr.ctrPrp, type : DEGREE_SUBSCRIPT}, "Y", null, "n");
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