From a59849772dfd7c6dca16c191704b18e36adeda4d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pawe=C5=82=20Go=C5=82aszewski?= Date: Sun, 30 Sep 2007 14:12:17 +0000 Subject: [PATCH] - fix for poppler 0.6 - from gentoo Changed files: abiword-poppler-0.6-api.patch -> 1.1 --- abiword-poppler-0.6-api.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 abiword-poppler-0.6-api.patch diff --git a/abiword-poppler-0.6-api.patch b/abiword-poppler-0.6-api.patch new file mode 100644 index 0000000..045e7fe --- /dev/null +++ b/abiword-poppler-0.6-api.patch @@ -0,0 +1,11 @@ +--- abiword-plugins/wp/impexp/pdf/xp/ie_imp_PDF.cpp 2007-09-07 21:45:24.000000000 +0000 ++++ abiword-plugins/wp/impexp/pdf/xp/ie_imp_PDF.cpp 2007-09-07 21:49:02.000000000 +0000 +@@ -63,7 +63,7 @@ + + PDFDoc * doc = new PDFDoc(fileName); + +- globalParams = new GlobalParams(""); ++ globalParams = new GlobalParams(); + globalParams->setTextEncoding("UTF-8"); + globalParams->setTextEOL("\n"); + globalParams->setTextPageBreaks(gFalse); -- 2.44.0