summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-11-04 03:46:56 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-11-04 04:08:49 +0100
commit651aa258c9f2b58e241b1fab7bfb4fc0dae9fbb2 (patch)
tree632cba237ee3234e538a661d6877a2900198fa7e
parent989ee5998b99497caa619341fb4f3d8e32fd0765 (diff)
remove some unneeded dependencies
they are no longer used because we separated macros_test and filters-test
-rw-r--r--sc/CppunitTest_sc_filters_test.mk4
-rw-r--r--sc/RdbTarget_sc_filters_test.mk3
-rw-r--r--sc/qa/unit/filters-test.cxx2
3 files changed, 0 insertions, 9 deletions
diff --git a/sc/CppunitTest_sc_filters_test.mk b/sc/CppunitTest_sc_filters_test.mk
index 3260d32d0605..a8aed8185939 100644
--- a/sc/CppunitTest_sc_filters_test.mk
+++ b/sc/CppunitTest_sc_filters_test.mk
@@ -51,7 +51,6 @@ $(eval $(call gb_CppunitTest_add_linked_libs,sc_filters_test, \
sal \
salhelper \
sax \
- sb \
sc \
sfx \
sot \
@@ -65,7 +64,6 @@ $(eval $(call gb_CppunitTest_add_linked_libs,sc_filters_test, \
ucbhelper \
unotest \
utl \
- vbahelper \
vcl \
xo \
$(gb_STDLIBS) \
@@ -81,14 +79,12 @@ $(eval $(call gb_CppunitTest_set_include,sc_filters_test,\
$(eval $(call gb_CppunitTest_add_api,sc_filters_test,\
offapi \
- oovbaapi \
udkapi \
))
$(eval $(call gb_CppunitTest_uses_ure,sc_filters_test))
$(eval $(call gb_CppunitTest_add_type_rdbs,sc_filters_test,\
- oovbaapi \
types \
))
diff --git a/sc/RdbTarget_sc_filters_test.mk b/sc/RdbTarget_sc_filters_test.mk
index 2c0cb1b8b40d..cd255675cb7f 100644
--- a/sc/RdbTarget_sc_filters_test.mk
+++ b/sc/RdbTarget_sc_filters_test.mk
@@ -46,9 +46,6 @@ $(eval $(call gb_RdbTarget_add_components,sc_filters_test,\
sax/source/fastparser/fastsax \
sc/util/sc \
sc/util/scfilt \
- sc/util/vbaobj \
- scripting/source/basprov/basprov \
- scripting/util/scriptframe \
sfx2/util/sfx \
sot/util/sot \
toolkit/util/tk \
diff --git a/sc/qa/unit/filters-test.cxx b/sc/qa/unit/filters-test.cxx
index 857f386db399..0c9482ab747f 100644
--- a/sc/qa/unit/filters-test.cxx
+++ b/sc/qa/unit/filters-test.cxx
@@ -37,12 +37,10 @@
#include <sfx2/docfilt.hxx>
#include <sfx2/docfile.hxx>
#include <sfx2/sfxmodelfactory.hxx>
-#include <svl/intitem.hxx>
#include <svl/stritem.hxx>
#include <editeng/brshitem.hxx>
#include <editeng/justifyitem.hxx>
-#include <basic/sbxdef.hxx>
#define CALC_DEBUG_OUTPUT 0