Commit d98aebda authored by Sergey.Tsarkov's avatar Sergey.Tsarkov Committed by Alexander Trofimov
parent 2ca1d01f
...@@ -284,7 +284,7 @@ namespace MathEquation ...@@ -284,7 +284,7 @@ namespace MathEquation
int nCurPos = WriteItemStart(BinDocxRW::c_oSer_OMathContentType::SPre); int nCurPos = WriteItemStart(BinDocxRW::c_oSer_OMathContentType::SPre);
int nCurPos1 = WriteItemStart(BinDocxRW::c_oSer_OMathContentType::SPrePr); int nCurPos1 = WriteItemStart(BinDocxRW::c_oSer_OMathContentType::SPrePr);
CString str; CString str;
str.Insert(0, 0x2035); str.Insert(0, 0x0060);
WriteItemEnd(nCurPos1); WriteItemEnd(nCurPos1);
nCurPos1 = WriteItemStart(BinDocxRW::c_oSer_OMathContentType::Sup); nCurPos1 = WriteItemStart(BinDocxRW::c_oSer_OMathContentType::Sup);
......
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