summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Carl <j.carl43@gmx.de>2018-07-15 01:29:17 +0000
committerJens Carl <j.carl43@gmx.de>2018-07-16 05:23:21 +0200
commitde6b0c6edce0b9237fa43d12e258bf5fa568f6a7 (patch)
tree895167a614860cbaf626c2af93b1883254dba323
parent952cbfd2de0801081665a8ff05600eb7ea1cf82f (diff)
Remove obsolete (cargo-cult copied) dependencies
Change-Id: I3486391ff2c3826a4c10892e756428cca400f991 Reviewed-on: https://gerrit.libreoffice.org/57446 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
-rw-r--r--sc/CppunitTest_sc_shapeobj.mk31
1 files changed, 1 insertions, 30 deletions
diff --git a/sc/CppunitTest_sc_shapeobj.mk b/sc/CppunitTest_sc_shapeobj.mk
index c16c8be7f536..980129013840 100644
--- a/sc/CppunitTest_sc_shapeobj.mk
+++ b/sc/CppunitTest_sc_shapeobj.mk
@@ -18,43 +18,14 @@ $(eval $(call gb_CppunitTest_add_exception_objects,sc_shapeobj, \
))
$(eval $(call gb_CppunitTest_use_libraries,sc_shapeobj, \
- basegfx \
- comphelper \
cppu \
- cppuhelper \
- drawinglayer \
- editeng \
- for \
- forui \
- i18nlangtag \
- msfilter \
- oox \
sal \
- salhelper \
- sax \
- sb \
- sc \
- sfx \
- sot \
subsequenttest \
- svl \
- svt \
- svx \
- svxcore \
test \
- tk \
- tl \
- ucbhelper \
unotest \
- utl \
- vbahelper \
- vcl \
- xo \
))
$(eval $(call gb_CppunitTest_set_include,sc_shapeobj,\
- -I$(SRCDIR)/sc/source/ui/inc \
- -I$(SRCDIR)/sc/inc \
$$(INCLUDE) \
))
@@ -64,7 +35,7 @@ $(eval $(call gb_CppunitTest_use_ure,sc_shapeobj))
$(eval $(call gb_CppunitTest_use_vcl,sc_shapeobj))
$(eval $(call gb_CppunitTest_use_components,sc_shapeobj,\
- $(sc_unoapi_common_components) \
+ $(sc_unoapi_common_components) \
))
$(eval $(call gb_CppunitTest_use_configuration,sc_shapeobj))