]> git.pld-linux.org Git - packages/abiword.git/blame - abiword-poppler-0.6-api.patch
- stolen from Fedora (abiword-extras-2.6.0-destdir.patch)
[packages/abiword.git] / abiword-poppler-0.6-api.patch
CommitLineData
a5984977
PG
1--- abiword-plugins/wp/impexp/pdf/xp/ie_imp_PDF.cpp 2007-09-07 21:45:24.000000000 +0000
2+++ abiword-plugins/wp/impexp/pdf/xp/ie_imp_PDF.cpp 2007-09-07 21:49:02.000000000 +0000
3@@ -63,7 +63,7 @@
4
5 PDFDoc * doc = new PDFDoc(fileName);
6
7- globalParams = new GlobalParams("");
8+ globalParams = new GlobalParams();
9 globalParams->setTextEncoding("UTF-8");
10 globalParams->setTextEOL("\n");
11 globalParams->setTextPageBreaks(gFalse);
This page took 0.020817 seconds and 4 git commands to generate.