17 lines
613 B
Diff
17 lines
613 B
Diff
|
--- sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx 2016-02-23 15:45:23.435519407 +0100
|
||
|
+++ sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx 2016-02-23 15:45:39.779520585 +0100
|
||
|
@@ -54,10 +54,10 @@
|
||
|
#if HAVE_POPPLER_VERSION_H
|
||
|
#include <cpp/poppler-version.h>
|
||
|
#else
|
||
|
-#define POPPLER_VERSION "0.12.3"
|
||
|
+#define POPPLER_VERSION "0.41.0"
|
||
|
#define POPPLER_VERSION_MAJOR 0
|
||
|
-#define POPPLER_VERSION_MINOR 12
|
||
|
-#define POPPLER_VERSION_MICRO 3
|
||
|
+#define POPPLER_VERSION_MINOR 41
|
||
|
+#define POPPLER_VERSION_MICRO 0
|
||
|
#endif
|
||
|
#define POPPLER_CHECK_VERSION(major,minor,micro) \
|
||
|
(POPPLER_VERSION_MAJOR > (major) || \
|