diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-12-02 20:27:22 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-12-02 20:27:26 +0000 |
commit | b4daa672d393ed6688efe66534807c17e4eaaf57 (patch) | |
tree | 79f12f400c75656c79f505950d114164dac5fb43 | |
parent | 5eb9b6b65ecea61ce7faaff813229979436cbe51 (diff) |
try to hide the evidence
of my involvement with starmath
Change-Id: I072d1c6cee1e20a70afac43022658b6878028f18
-rw-r--r-- | starmath/source/mathtype.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/starmath/source/mathtype.cxx b/starmath/source/mathtype.cxx index 20486fc9a922..dda5523d8be7 100644 --- a/starmath/source/mathtype.cxx +++ b/starmath/source/mathtype.cxx @@ -589,14 +589,6 @@ bool MathType::Parse(SotStorage *pStor) //starmaths internals. 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; } |