summaryrefslogtreecommitdiff
path: root/sdext
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2011-03-01 21:09:50 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-06-17 00:49:38 +0200
commitcbf5dc0276bb683cae427bcb09603bbf1af421a8 (patch)
tree32ff34ee932cfa2c0c584f6f6bc32d5aa7c7b41a /sdext
parentd36b7a5f861f5eac28a854a8e75c8299203859ce (diff)
CWS gnumake4: reimplement basegfx_s hack for new build system [hg:c943ed591aff]
Diffstat (limited to 'sdext')
-rwxr-xr-xsdext/source/pdfimport/inc/pdfihelper.hxx2
-rwxr-xr-xsdext/source/pdfimport/test/tests.cxx2
-rw-r--r--sdext/source/pdfimport/tree/pdfiprocessor.hxx3
3 files changed, 6 insertions, 1 deletions
diff --git a/sdext/source/pdfimport/inc/pdfihelper.hxx b/sdext/source/pdfimport/inc/pdfihelper.hxx
index 9abc22214a6c..e226fb46df73 100755
--- a/sdext/source/pdfimport/inc/pdfihelper.hxx
+++ b/sdext/source/pdfimport/inc/pdfihelper.hxx
@@ -28,6 +28,8 @@
#ifndef INCLUDED_PDFI_HELPER_HXX
#define INCLUDED_PDFI_HELPER_HXX
+#define BASEGFX_STATICLIBRARY
+
#include "contentsink.hxx"
#include <rtl/ustring.hxx>
diff --git a/sdext/source/pdfimport/test/tests.cxx b/sdext/source/pdfimport/test/tests.cxx
index 99d2dc309c59..8e72e097fc3b 100755
--- a/sdext/source/pdfimport/test/tests.cxx
+++ b/sdext/source/pdfimport/test/tests.cxx
@@ -28,6 +28,8 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_sdext.hxx"
+#define BASEGFX_STATICLIBRARY
+
#ifdef SYSTEM_ZLIB
#include "zlib.h"
#else
diff --git a/sdext/source/pdfimport/tree/pdfiprocessor.hxx b/sdext/source/pdfimport/tree/pdfiprocessor.hxx
index 45a6d3c915f8..0b551346dbfb 100644
--- a/sdext/source/pdfimport/tree/pdfiprocessor.hxx
+++ b/sdext/source/pdfimport/tree/pdfiprocessor.hxx
@@ -28,6 +28,8 @@
#ifndef INCLUDED_PDFI_PROCESSOR_HXX
#define INCLUDED_PDFI_PROCESSOR_HXX
+#include "pdfihelper.hxx"
+
#include <com/sun/star/util/XStringMapping.hpp>
#include <com/sun/star/xml/sax/XDocumentHandler.hpp>
#include <com/sun/star/task/XStatusIndicator.hpp>
@@ -50,7 +52,6 @@
#include <hash_map>
#include "imagecontainer.hxx"
-#include "pdfihelper.hxx"
#include "contentsink.hxx"
#include "treevisitorfactory.hxx"
#include "genericelements.hxx"