Commit 0609a37f authored by Sergey.Tsarkov's avatar Sergey.Tsarkov Committed by Alexander Trofimov

поправлен баг на запись формул

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@55617 954022d7-b5bf-4e40-9824-e11837661b57
parent 19330ff3
......@@ -3889,7 +3889,7 @@ namespace BinDocxRW
if (pNor.m_val.IsInit())
m_oBcw.m_oStream.WriteBool(pNor.m_val->GetValue());
else
m_oBcw.m_oStream.WriteBool(false);
m_oBcw.m_oStream.WriteBool(true);
m_oBcw.WriteItemEnd(nCurPos);
}
void WriteMathNum(const OOX::Logic::CNum &pNum)
......
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