[Libreoffice-commits] .: Branch 'feature/gnumake4' - sdext/source
Bjoern Michaelsen
bmichaelsen at kemper.freedesktop.org
Thu Jun 16 17:07:37 PDT 2011
sdext/source/pdfimport/inc/pdfihelper.hxx | 2 ++
sdext/source/pdfimport/test/tests.cxx | 2 ++
sdext/source/pdfimport/tree/pdfiprocessor.hxx | 3 ++-
3 files changed, 6 insertions(+), 1 deletion(-)
New commits:
commit 1f75381e17b6a74e5f2340357e36b76205971375
Author: Mathias Bauer <mba at openoffice.org>
Date: Tue Mar 1 21:09:50 2011 +0100
CWS gnumake4: reimplement basegfx_s hack for new build system [hg:c943ed591aff]
diff --git a/sdext/source/pdfimport/inc/pdfihelper.hxx b/sdext/source/pdfimport/inc/pdfihelper.hxx
index f7865eb..87c3f21 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 b44dda9..f7236a8 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 37865a0..a394a7c 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"
More information about the Libreoffice-commits
mailing list