summaryrefslogtreecommitdiff
path: root/editors/libreoffice/files/patch-archgit_poppler-0.71.patch
diff options
context:
space:
mode:
Diffstat (limited to 'editors/libreoffice/files/patch-archgit_poppler-0.71.patch')
-rw-r--r--editors/libreoffice/files/patch-archgit_poppler-0.71.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/editors/libreoffice/files/patch-archgit_poppler-0.71.patch b/editors/libreoffice/files/patch-archgit_poppler-0.71.patch
deleted file mode 100644
index 8a95132d38ba..000000000000
--- a/editors/libreoffice/files/patch-archgit_poppler-0.71.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- sdext/source/pdfimport/xpdfwrapper/wrapper_gpl.cxx.orig 2018-10-30 16:55:21 UTC
-+++ sdext/source/pdfimport/xpdfwrapper/wrapper_gpl.cxx
-@@ -69,7 +69,7 @@ int main(int argc, char **argv)
-
- // read config file
- globalParams = new GlobalParams();
-- globalParams->setErrQuiet(gTrue);
-+ globalParams->setErrQuiet(true);
- #if defined(_MSC_VER)
- globalParams->setupBaseFonts(nullptr);
- #endif
-@@ -143,7 +143,7 @@ int main(int argc, char **argv)
- i,
- PDFI_OUTDEV_RESOLUTION,
- PDFI_OUTDEV_RESOLUTION,
-- 0, gTrue, gTrue, gTrue);
-+ 0, true, true, true);
- rDoc.processLinks(&aOutDev, i);
- }
-