Commit 6b0e4289 authored by Sergey.Tsarkov's avatar Sergey.Tsarkov Committed by Alexander.Trofimov
parent 5076ace9
...@@ -8762,7 +8762,8 @@ function Binary_oMathReader(stream, oReadResult) ...@@ -8762,7 +8762,8 @@ function Binary_oMathReader(stream, oReadResult)
if (props.mcJc) if (props.mcJc)
{ {
var oEqArr = oElem.Content[oElem.Content.length-1]; var oEqArr = oElem.Content[oElem.Content.length-1];
oEqArr.setJustification(props.mcJc); oEqArr.fillPlaceholders();
oEqArr.setJustificationForConversion(props.mcJc);
} }
} }
else if (c_oSer_OMathContentType.Fraction === type) else if (c_oSer_OMathContentType.Fraction === type)
......
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