From: Fridrich S. <str...@us...> - 2010-06-22 12:02:20
|
Update of /cvsroot/libwpg/libwpg/src/lib In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv28812/src/lib Modified Files: WPGXParser.h Log Message: Adapt to libwpd changes Index: WPGXParser.h =================================================================== RCS file: /cvsroot/libwpg/libwpg/src/lib/WPGXParser.h,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- WPGXParser.h 10 Jun 2010 18:48:07 -0000 1.20 +++ WPGXParser.h 22 Jun 2010 12:02:12 -0000 1.21 @@ -105,6 +105,7 @@ void insertTab(); void insertText(const WPXString &text); void insertLineBreak(); + void insertField(const WPXPropertyList &propList) {} void defineOrderedListLevel(const WPXPropertyList &propList) {} void defineUnorderedListLevel(const WPXPropertyList &propList) {} |