summaryrefslogtreecommitdiff
path: root/sdext
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2021-11-24 16:06:11 +0100
committerRené Engelhard <rene@debian.org>2021-11-28 16:49:33 +0100
commite2d63449aae4c3e4ffd6e405001ab56fbead5850 (patch)
tree2f859cee4d40372a19341618e35b4eca476a7b99 /sdext
parent79043e1b9538141e01280a88f2be88564769e7c5 (diff)
Drop support for poppler w/o cpp/poppler-version.h
Seems the first poppler including poppler-cpp.pc.in and also cpp/poppler-version.h.in was 0.14.0. So this also increases the minimal system poppler dependency from * poppler 0.12.0 (Wed Sep 9, 2009) to * poppler 0.14.0 (Tue Jun 8, 2010) Compiling the internal poppler, we're up-to-date anyway. Change-Id: Iee07cfeb43f4320fd596c772eeb26662505d0daf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125778 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de> (cherry picked from commit 8ae97ead49b31899c194e6086bd0e53be17da62e) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125837 Tested-by: René Engelhard <rene@debian.org> Reviewed-by: René Engelhard <rene@debian.org>
Diffstat (limited to 'sdext')
-rw-r--r--sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx b/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx
index f087915d97b9..b34fad1ba90a 100644
--- a/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx
+++ b/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx
@@ -55,14 +55,7 @@
class GfxPath;
class GfxFont;
class PDFDoc;
-#if HAVE_POPPLER_VERSION_H
#include <cpp/poppler-version.h>
-#else
-#define POPPLER_VERSION "0.12.3"
-#define POPPLER_VERSION_MAJOR 0
-#define POPPLER_VERSION_MINOR 12
-#define POPPLER_VERSION_MICRO 3
-#endif
#define POPPLER_CHECK_VERSION(major,minor,micro) \
(POPPLER_VERSION_MAJOR > (major) || \
(POPPLER_VERSION_MAJOR == (major) && POPPLER_VERSION_MINOR > (minor)) || \