diff options
author | Jens Carl <j.carl43@gmx.de> | 2018-07-26 03:07:47 +0000 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2018-07-26 18:03:46 +0200 |
commit | e8949c8fef77c54c7b1ae9f420530d16cb6b5030 (patch) | |
tree | b3502c9dec8387d920f671ed94384ef71fe2d4c1 /sc | |
parent | 65eaebd2879c18926d4672c9276ef7f73f87af99 (diff) |
Remove obsolete (cargo-cult copied) dependencies
Change-Id: I3166be8669d5bb46ac31ecdd10327572c678ef47
Reviewed-on: https://gerrit.libreoffice.org/58032
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/CppunitTest_sc_importdescriptorbaseobj.mk | 31 |
1 files changed, 1 insertions, 30 deletions
diff --git a/sc/CppunitTest_sc_importdescriptorbaseobj.mk b/sc/CppunitTest_sc_importdescriptorbaseobj.mk index ca20aca5a878..1bf988e22bb0 100644 --- a/sc/CppunitTest_sc_importdescriptorbaseobj.mk +++ b/sc/CppunitTest_sc_importdescriptorbaseobj.mk @@ -18,43 +18,14 @@ $(eval $(call gb_CppunitTest_add_exception_objects,sc_importdescriptorbaseobj, \ )) $(eval $(call gb_CppunitTest_use_libraries,sc_importdescriptorbaseobj, \ - 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_importdescriptorbaseobj,\ - -I$(SRCDIR)/sc/source/ui/inc \ - -I$(SRCDIR)/sc/inc \ $$(INCLUDE) \ )) @@ -64,7 +35,7 @@ $(eval $(call gb_CppunitTest_use_ure,sc_importdescriptorbaseobj)) $(eval $(call gb_CppunitTest_use_vcl,sc_importdescriptorbaseobj)) $(eval $(call gb_CppunitTest_use_components,sc_importdescriptorbaseobj,\ - $(sc_unoapi_common_components) \ + $(sc_unoapi_common_components) \ )) $(eval $(call gb_CppunitTest_use_configuration,sc_importdescriptorbaseobj)) |