diff options
author | Jens Carl <j.carl43@gmx.de> | 2018-08-04 18:03:50 +0000 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2018-08-04 21:19:50 +0200 |
commit | 19fa988c402f1809be868c2599bd3e0e72e5e76b (patch) | |
tree | 48bf856b51a8c66fdaaccf0dfa84e1397f700dee /sc | |
parent | 8c48d69f06ddb3cb6c807a1e7db62dddb9778ded (diff) |
Remove obsolete (cargo-cult copied) dependencies
Change-Id: I8603a7e219c90095ee971c806f9dd21c1ba9f701
Reviewed-on: https://gerrit.libreoffice.org/58596
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/CppunitTest_sc_consolidationdescriptorobj.mk | 31 |
1 files changed, 1 insertions, 30 deletions
diff --git a/sc/CppunitTest_sc_consolidationdescriptorobj.mk b/sc/CppunitTest_sc_consolidationdescriptorobj.mk index 13e0315318b2..d128320cd5fa 100644 --- a/sc/CppunitTest_sc_consolidationdescriptorobj.mk +++ b/sc/CppunitTest_sc_consolidationdescriptorobj.mk @@ -18,43 +18,14 @@ $(eval $(call gb_CppunitTest_add_exception_objects,sc_consolidationdescriptorobj )) $(eval $(call gb_CppunitTest_use_libraries,sc_consolidationdescriptorobj, \ - 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_consolidationdescriptorobj,\ - -I$(SRCDIR)/sc/source/ui/inc \ - -I$(SRCDIR)/sc/inc \ $$(INCLUDE) \ )) @@ -64,7 +35,7 @@ $(eval $(call gb_CppunitTest_use_ure,sc_consolidationdescriptorobj)) $(eval $(call gb_CppunitTest_use_vcl,sc_consolidationdescriptorobj)) $(eval $(call gb_CppunitTest_use_components,sc_consolidationdescriptorobj,\ - $(sc_unoapi_common_components) \ + $(sc_unoapi_common_components) \ )) $(eval $(call gb_CppunitTest_use_configuration,sc_consolidationdescriptorobj)) |