Kaydet (Commit) b4daa672 authored tarafından Caolán McNamara's avatar Caolán McNamara

try to hide the evidence

of my involvement with starmath

Change-Id: I072d1c6cee1e20a70afac43022658b6878028f18
üst 5eb9b6b6
...@@ -589,14 +589,6 @@ bool MathType::Parse(SotStorage *pStor) ...@@ -589,14 +589,6 @@ bool MathType::Parse(SotStorage *pStor)
//starmaths internals. //starmaths internals.
rRet += "{}"; rRet += "{}";
#ifdef CAOLAN
//sanity check
//sigh, there's no point! MathType (in some bizarre subvarient) pads
//the end of the formula with ENDs (0)'s
auto nEnd = pS->Tell();
SAL_WARN_IF(nEnd == pS->Seek(STREAM_SEEK_TO_END), "starmath", "Possibly unfully parsed formula");
#endif
return bRet; return bRet;
} }
......
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