From: Fridrich S. <str...@us...> - 2010-06-10 21:16:28
|
Update of /cvsroot/libwpg/libwpg/src/lib In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv4876/src/lib Modified Files: WPG2Parser.cpp Log Message: Don't bother with text Path and text Block that we don't support yet Index: WPG2Parser.cpp =================================================================== RCS file: /cvsroot/libwpg/libwpg/src/lib/WPG2Parser.cpp,v retrieving revision 1.111 retrieving revision 1.112 diff -u -d -r1.111 -r1.112 --- WPG2Parser.cpp 10 Jun 2010 18:48:07 -0000 1.111 +++ WPG2Parser.cpp 10 Jun 2010 21:16:20 -0000 1.112 @@ -2240,8 +2240,8 @@ { if (!m_graphicsStarted) return; -// if (!m_drawTextData) -// return; + if (!m_drawTextData) + return; ::WPXBinaryData textData; while (!m_input->atEOS() && m_input->tell() <= m_recordEnd) |