5009617818
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=15
15 lines
384 B
Diff
15 lines
384 B
Diff
--- sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx.old 2012-10-15 15:45:49.000000000 +0200
|
|
+++ sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx 2012-10-31 11:55:44.000000000 +0100
|
|
@@ -46,7 +46,11 @@
|
|
#pragma warning(push, 1)
|
|
#endif
|
|
|
|
+#if POPPLER_CHECK_VERSION(0, 21, 0)
|
|
+#include "UTF.h"
|
|
+#else
|
|
#include "UTF8.h"
|
|
+#endif
|
|
|
|
#if defined __SUNPRO_CC
|
|
#pragma enable_warn
|