Commit 47b6c50f authored by Ilya.Kirillov's avatar Ilya.Kirillov Committed by Alexander.Trofimov

Добавлено применение прилегания в формуле при открытии.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@59210 954022d7-b5bf-4e40-9824-e11837661b57
parent f2db389d
......@@ -9957,7 +9957,8 @@ function Binary_oMathReader(stream)
if (c_oSer_OMathContentType.OMath === type)
{
var oMath = new ParaMath(props);
var oMath = new ParaMath();
oMath.Set_Align(props.mJc === JC_CENTER || props.mJc === JC_CENTERGROUP ? align_Center : (props.mJc === JC_LEFT ? align_Left : (props.mJc === JC_RIGHT ? align_Right : props.mJc)));
oParStruct.addToContent(oMath);
res = this.bcr.Read1(length, function(t, l){
return oThis.ReadMathArg(t,l,oMath.Root,oParStruct);
......
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