diff options
-rw-r--r-- | starmath/source/mathtype.cxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/starmath/source/mathtype.cxx b/starmath/source/mathtype.cxx index 19c4deb1e596..875019098970 100644 --- a/starmath/source/mathtype.cxx +++ b/starmath/source/mathtype.cxx @@ -573,16 +573,6 @@ int MathType::Parse(SotStorage *pStor) if (nVersion > 3) // allow only supported versions of MathType to be parsed return 0; -#ifdef STANDALONE - *pOut << "Format Version is " << int(nVersion) << endl; - *pOut << "Generating Platform is " << (nPlatform ? "Windows" - : "Mac") << endl; - *pOut << "Generating Product is " << (nPlatform ? "Equation Editor" - : "Equation Editor") << endl; - *pOut << "Prod Version is " << int(nProdVersion) << "." << - int(nProdSubVersion) << endl << endl; -#endif - int nRet = HandleRecords(); //little crude hack to close occasionally open expressions //a sophisticated system to determine what expressions are |