]> git.pld-linux.org Git - packages/abiword.git/commitdiff
- fix poppler 0.5.x API change auto/th/abiword-2_4_2-2
authorfreetz <freetz@pld-linux.org>
Mon, 27 Mar 2006 18:54:10 +0000 (18:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    abiword-poppler05x.patch -> 1.1

abiword-poppler05x.patch [new file with mode: 0644]

diff --git a/abiword-poppler05x.patch b/abiword-poppler05x.patch
new file mode 100644 (file)
index 0000000..6b74e35
--- /dev/null
@@ -0,0 +1,12 @@
+diff -aurN abiword-2.4.2.orig/abiword-plugins/wp/impexp/pdf/xp/ie_imp_PDF.cpp abiword-2.4.2/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-29 04:22:13.000000000 +0200
++++ abiword-2.4.2/abiword-plugins/wp/impexp/pdf/xp/ie_imp_PDF.cpp      2006-03-23 21:21:23.777224992 +0100
+@@ -75,7 +75,7 @@
+       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);
+       delete textOut;
+       IE_Imp_Text txt_imp(getDoc(), "UTF-8");      
This page took 0.0644 seconds and 4 git commands to generate.