diff options
author | Jens Carl <j.carl43@gmx.de> | 2018-08-08 03:39:07 +0000 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2018-08-08 06:35:28 +0200 |
commit | 19f33f83e834a3cc8970afc1dadbcb1029a8bbef (patch) | |
tree | 0c6b5ee2691af16d430afeb5b7fe877238e14531 /sc | |
parent | 7bfa1901b677b7014cbce1608a259f203b2e40be (diff) |
Remove obsolete (cargo-cult copied) dependencies
Change-Id: Ie2be68fe9d106b5f370bc8927fcf65d16496ee3e
Reviewed-on: https://gerrit.libreoffice.org/58715
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/CppunitTest_sc_annotationshapeobj.mk | 45 |
1 files changed, 8 insertions, 37 deletions
diff --git a/sc/CppunitTest_sc_annotationshapeobj.mk b/sc/CppunitTest_sc_annotationshapeobj.mk index af97eab84f79..e985dbc3879f 100644 --- a/sc/CppunitTest_sc_annotationshapeobj.mk +++ b/sc/CppunitTest_sc_annotationshapeobj.mk @@ -14,48 +14,19 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_annotationshapeobj)) $(eval $(call gb_CppunitTest_use_external,sc_annotationshapeobj,boost_headers)) $(eval $(call gb_CppunitTest_add_exception_objects,sc_annotationshapeobj, \ - sc/qa/extras/scannotationshapeobj \ + sc/qa/extras/scannotationshapeobj \ )) $(eval $(call gb_CppunitTest_use_libraries,sc_annotationshapeobj, \ - 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 \ + cppu \ + sal \ + subsequenttest \ + test \ + unotest \ )) $(eval $(call gb_CppunitTest_set_include,sc_annotationshapeobj,\ - -I$(SRCDIR)/sc/source/ui/inc \ - -I$(SRCDIR)/sc/inc \ - $$(INCLUDE) \ + $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_sdk_api,sc_annotationshapeobj)) @@ -64,7 +35,7 @@ $(eval $(call gb_CppunitTest_use_ure,sc_annotationshapeobj)) $(eval $(call gb_CppunitTest_use_vcl,sc_annotationshapeobj)) $(eval $(call gb_CppunitTest_use_components,sc_annotationshapeobj,\ - $(sc_unoapi_common_components) \ + $(sc_unoapi_common_components) \ )) $(eval $(call gb_CppunitTest_use_configuration,sc_annotationshapeobj)) |