Update of /cvsroot/libwpg/libwpg/src/lib
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv28744/src/lib
Modified Files:
WPG2Parser.cpp
Log Message:
Miscellaneous little things
Index: WPG2Parser.cpp
===================================================================
RCS file: /cvsroot/libwpg/libwpg/src/lib/WPG2Parser.cpp,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -d -r1.100 -r1.101
--- WPG2Parser.cpp 7 Sep 2009 09:41:29 -0000 1.100
+++ WPG2Parser.cpp 3 Jun 2010 08:02:03 -0000 1.101
@@ -888,7 +888,7 @@
if (m_groupStack.top().parentType == 0x01) // we don't handle Page Attributes for now
return;
}
- WPG_DEBUG_MSG((" Line cap : %d\n", style));
+// WPG_DEBUG_MSG((" Line cap : %d\n", style));
}
void WPG2Parser::handleLineJoin()
@@ -902,7 +902,7 @@
if (m_groupStack.top().parentType == 0x01) // we don't handle Page Attributes for now
return;
}
- WPG_DEBUG_MSG((" Line join : %d\n", style));
+// WPG_DEBUG_MSG((" Line join : %d\n", style));
}
void WPG2Parser::handleBrushGradient()
|