summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-09-30 06:56:04 +0200
committerAndras Timar <atimar@suse.com>2012-10-01 13:56:29 +0200
commitdab0d5153605d26e3aa59c142d8845303169e3f5 (patch)
tree632924e5ff8d20ed0d898c96587e7489ffbf4364 /extensions
parentgbuildification of saxon (diff)
downloadcore-dab0d5153605d26e3aa59c142d8845303169e3f5.tar.gz
core-dab0d5153605d26e3aa59c142d8845303169e3f5.zip
add missing deps for tools/color.hxx
Change-Id: I164afe17c3bff2f7d7f2b9daec0d5a5ca8fdf97a
Diffstat (limited to 'extensions')
-rw-r--r--extensions/Executable_nsplugin.mk6
-rw-r--r--extensions/source/nsplugin/source/so_instance.cxx2
2 files changed, 7 insertions, 1 deletions
diff --git a/extensions/Executable_nsplugin.mk b/extensions/Executable_nsplugin.mk
index 0f6af603c9ee..866257e1fde2 100644
--- a/extensions/Executable_nsplugin.mk
+++ b/extensions/Executable_nsplugin.mk
@@ -30,6 +30,12 @@
$(eval $(call gb_Executable_Executable,nsplugin))
+$(eval $(call gb_Executable_use_packages,nsplugin,\
+ basegfx_inc \
+ comphelper_inc \
+ tools_inc \
+))
+
$(eval $(call gb_Executable_use_sdk_api,nsplugin))
$(eval $(call gb_Executable_add_exception_objects,nsplugin,\
diff --git a/extensions/source/nsplugin/source/so_instance.cxx b/extensions/source/nsplugin/source/so_instance.cxx
index c9b6ee9212df..4aeb45a645f7 100644
--- a/extensions/source/nsplugin/source/so_instance.cxx
+++ b/extensions/source/nsplugin/source/so_instance.cxx
@@ -39,7 +39,7 @@
#include <com/sun/star/presentation/XPresentation.hpp>
#include <com/sun/star/presentation/XPresentationSupplier.hpp>
#include <comphelper/processfactory.hxx>
-#include <vcl/window.hxx>
+#include <tools/color.hxx>
#include <rtl/textenc.h>
#include <rtl/locale.h>
#include <osl/nlsupport.h>