Commit 4ed8e065 authored by Sergey.Tsarkov's avatar Sergey.Tsarkov Committed by Alexander.Trofimov

баг на чтение формул

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56663 954022d7-b5bf-4e40-9824-e11837661b57
parent b7b8773a
......@@ -9529,7 +9529,6 @@ function Binary_oMathReader(stream)
{
var oText = new CMathText(false);
oText.addTxt(text[i]);
History.Add( this, { Type : historyitem_ParaRun_AddItem, Pos : i, EndPos : i, Items : oText } );
oMRun.Content.splice( i, 0, oText );
}
/*в будущем переделка под para_space
......
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