]> git.pld-linux.org Git - packages/abiword.git/commitdiff
- fix for poppler 0.6 - from gentoo
authorPaweł Gołaszewski <blues@pld-linux.org>
Sun, 30 Sep 2007 14:12:17 +0000 (14:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    abiword-poppler-0.6-api.patch -> 1.1

abiword-poppler-0.6-api.patch [new file with mode: 0644]

diff --git a/abiword-poppler-0.6-api.patch b/abiword-poppler-0.6-api.patch
new file mode 100644 (file)
index 0000000..045e7fe
--- /dev/null
@@ -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);
This page took 0.030127 seconds and 4 git commands to generate.