summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2018-10-29 18:11:53 +0200
committerMichael Meeks <michael.meeks@collabora.com>2018-10-30 17:00:42 +0000
commite76a974854cca93d5c330f267f6e89d763647dd6 (patch)
tree75c71325f0866d6054bc66ccd6e02570abeaaef2 /svx
parent76b79597bb505d369ff0a6cc5a352aa2a95b6751 (diff)
Put most of this file in #if HAVE_FEATURE_PDFIUM like in master
Change-Id: I43c6e841144b6e5f76d2c78e7b78ab41a29c20e5 Signed-off-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'svx')
-rw-r--r--svx/source/svdraw/svdpdf.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdpdf.cxx b/svx/source/svdraw/svdpdf.cxx
index 5a90da06b6eb..5193ce50b2f6 100644
--- a/svx/source/svdraw/svdpdf.cxx
+++ b/svx/source/svdraw/svdpdf.cxx
@@ -26,7 +26,6 @@
#include <fpdf_edit.h>
#include <fpdf_save.h>
#include <fpdf_text.h>
-#endif
#include <vcl/bitmapaccess.hxx>
#include <vcl/graph.hxx>
@@ -1257,4 +1256,6 @@ tools::Rectangle ImpSdrPdfImport::PointsToLogic(double left, double right, doubl
return aRect;
}
+#endif // HAVE_FEATURE_PDFIUM
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */