summaryrefslogtreecommitdiffstats
path: root/starmath
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-12-02 20:27:22 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-12-02 20:27:26 +0000
commitb4daa672d393ed6688efe66534807c17e4eaaf57 (patch)
tree79f12f400c75656c79f505950d114164dac5fb43 /starmath
parentrequire at least gtk3 3.16.0 to build and run gtk3 bits (diff)
downloadcore-b4daa672d393ed6688efe66534807c17e4eaaf57.tar.gz
core-b4daa672d393ed6688efe66534807c17e4eaaf57.zip
try to hide the evidence
of my involvement with starmath Change-Id: I072d1c6cee1e20a70afac43022658b6878028f18
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/mathtype.cxx8
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;
}