Commit 5f2d7171 authored by Sergey.Tsarkov's avatar Sergey.Tsarkov Committed by Alexander.Trofimov

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

к заливке 59210 добавлена обратная конвертация выравнивания при сохранении

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@62692 954022d7-b5bf-4e40-9824-e11837661b57
parent 8988d82c
......@@ -2405,10 +2405,10 @@ function Binary_oMathWriter(memory, oMathPara)
var val = c_oAscXAlign.Left;
switch (MJc)
{
case JC_CENTER: val = c_oAscMathJc.Center; break;
case JC_CENTERGROUP: val = c_oAscMathJc.CenterGroup; break;
case JC_LEFT: val = c_oAscMathJc.Left; break;
case JC_RIGHT: val = c_oAscMathJc.Right;
case align_Center: val = c_oAscMathJc.Center; break;
case align_Justify: val = c_oAscMathJc.CenterGroup; break;
case align_Left: val = c_oAscMathJc.Left; break;
case align_Right: val = c_oAscMathJc.Right;
}
this.memory.WriteByte(val);
}
......
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