Author: Hugo Villeneuve

Description: This patch enables abiword-2.4.2 to be compiled with poppler-0.5.1

diff -Naur abiword-2.4.2-orig/abiword-plugins/wp/impexp/pdf/xp/ie_imp_PDF.cpp abiword-2.4.2-patched-clean/abiword-plugins/wp/impexp/pdf/xp/ie_imp_PDF.cpp
--- abiword-2.4.2-orig/abiword-plugins/wp/impexp/pdf/xp/ie_imp_PDF.cpp	2005-06-28 22:22:13.000000000 -0400
+++ abiword-2.4.2-patched-clean/abiword-plugins/wp/impexp/pdf/xp/ie_imp_PDF.cpp	2006-03-23 00:54:14.000000000 -0500
@@ -75,7 +75,8 @@
       UT_tmpnam(temporary_file);
 
       TextOutputDev *textOut = new TextOutputDev(temporary_file, gFalse, gFalse, gFalse);
-      doc->displayPages(textOut, 1, doc->getNumPages(), 72, 72, 0, gTrue, gFalse);
+      doc->displayPages(textOut, 1, doc->getNumPages(), 72, 72, 0, gTrue, gFalse,
+			gFalse, NULL, NULL, NULL, NULL );
       delete textOut;
 
       IE_Imp_Text txt_imp(getDoc(), "UTF-8");      
