summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2011-08-31 17:07:54 +0200
committerLuboš Luňák <l.lunak@suse.cz>2011-09-01 14:06:37 +0200
commitb34011ae33e9d73482e24babbd07ce46eea298e2 (patch)
tree4b9b5dd5c15d48c5219ae9d13bd10a76c174aa7a /starmath
parentcd9934dec168c1cb8411b4a6e583841bf7afe7d3 (diff)
disable debug output
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/ooxml.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/starmath/source/ooxml.cxx b/starmath/source/ooxml.cxx
index 0bccd3aabac4..f083ca73141c 100644
--- a/starmath/source/ooxml.cxx
+++ b/starmath/source/ooxml.cxx
@@ -328,7 +328,7 @@ void SmOoxml::HandleFractions( const SmNode* pNode, int nLevel, const char* type
void SmOoxml::HandleUnaryOperation( const SmUnHorNode* pNode, int nLevel )
{
// update HandleMath() when adding new items
- fprintf(stderr,"UNARY %d\n", pNode->GetToken().eType );
+// fprintf(stderr,"UNARY %d\n", pNode->GetToken().eType );
switch( pNode->GetToken().eType )
{
default:
@@ -461,7 +461,7 @@ static rtl::OString mathSymbolToString( const SmNode* node )
void SmOoxml::HandleOperator( const SmOperNode* pNode, int nLevel )
{
- fprintf( stderr, "OPER %d\n", pNode->GetToken().eType );
+// fprintf( stderr, "OPER %d\n", pNode->GetToken().eType );
switch( pNode->GetToken().eType )
{
case TINT:
@@ -671,7 +671,7 @@ void SmOoxml::HandleBrace( const SmBraceNode* pNode, int nLevel )
void SmOoxml::HandleVerticalBrace( const SmVerticalBraceNode* pNode, int nLevel )
{
- fprintf( stderr, "VERT %d\n", pNode->GetToken().eType );
+// fprintf( stderr, "VERT %d\n", pNode->GetToken().eType );
switch( pNode->GetToken().eType )
{
case TOVERBRACE: