Commit 128774ca authored by Sergey.Tsarkov's avatar Sergey.Tsarkov Committed by Alexander.Trofimov

http://bugzserver/show_bug.cgi?id=27332

не записывалось количество столбцов для eqarray

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@59394 954022d7-b5bf-4e40-9824-e11837661b57
parent 674e4b27
...@@ -2180,6 +2180,8 @@ function Binary_oMathWriter(memory, oMathPara) ...@@ -2180,6 +2180,8 @@ function Binary_oMathWriter(memory, oMathPara)
this.WriteEqArrPr = function(props,oEqArr) this.WriteEqArrPr = function(props,oEqArr)
{ {
var oThis = this; var oThis = this;
if (null != props.row)
this.bs.WriteItem(c_oSer_OMathBottomNodesType.Row, function(){oThis.WriteCount(props.row);});
if (null != props.baseJc) if (null != props.baseJc)
this.bs.WriteItem(c_oSer_OMathBottomNodesType.BaseJc, function(){oThis.WriteBaseJc(props.baseJc);}); this.bs.WriteItem(c_oSer_OMathBottomNodesType.BaseJc, function(){oThis.WriteBaseJc(props.baseJc);});
if (null != props.maxDist) if (null != props.maxDist)
......
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