summaryrefslogtreecommitdiff
blob: 045e7fee6582f6c2024078ed48b262401becb43b (plain)
1
2
3
4
5
6
7
8
9
10
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);