[Libreoffice-commits] core.git: starmath/source

Caolán McNamara caolanm at redhat.com
Sat Dec 2 20:29:50 UTC 2017


 starmath/source/mathtype.cxx |    8 --------
 1 file changed, 8 deletions(-)

New commits:
commit b4daa672d393ed6688efe66534807c17e4eaaf57
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sat Dec 2 20:27:22 2017 +0000

    try to hide the evidence
    
    of my involvement with starmath
    
    Change-Id: I072d1c6cee1e20a70afac43022658b6878028f18

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;
 }
 


More information about the Libreoffice-commits mailing list