diff options
author | Jens Carl <j.carl43@gmx.de> | 2018-07-29 20:15:10 +0000 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2018-07-29 23:38:52 +0200 |
commit | 0dac94abdacb3d4bc6cfc74a2411bbe83024fae1 (patch) | |
tree | 384ed6ba63210b51916cf3fc33ce4c7bee32083b /sc | |
parent | c9697dc2abb2d23ffbb8253ce8b0ff0314d86984 (diff) |
Remove obsolete (cargo-cult copied) dependencies
Change-Id: I828bf75fef031758b354149945f719f61a9caf91
Reviewed-on: https://gerrit.libreoffice.org/58292
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/CppunitTest_sc_editfieldobj_cell.mk | 45 |
1 files changed, 8 insertions, 37 deletions
diff --git a/sc/CppunitTest_sc_editfieldobj_cell.mk b/sc/CppunitTest_sc_editfieldobj_cell.mk index 5188429cc2b9..278f6c8897b1 100644 --- a/sc/CppunitTest_sc_editfieldobj_cell.mk +++ b/sc/CppunitTest_sc_editfieldobj_cell.mk @@ -14,48 +14,19 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_editfieldobj_cell)) $(eval $(call gb_CppunitTest_use_external,sc_editfieldobj_cell,boost_headers)) $(eval $(call gb_CppunitTest_add_exception_objects,sc_editfieldobj_cell, \ - sc/qa/extras/sceditfieldobj-cell \ + sc/qa/extras/sceditfieldobj-cell \ )) $(eval $(call gb_CppunitTest_use_libraries,sc_editfieldobj_cell, \ - 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_editfieldobj_cell,\ - -I$(SRCDIR)/sc/source/ui/inc \ - -I$(SRCDIR)/sc/inc \ - $$(INCLUDE) \ + $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_sdk_api,sc_editfieldobj_cell)) @@ -64,7 +35,7 @@ $(eval $(call gb_CppunitTest_use_ure,sc_editfieldobj_cell)) $(eval $(call gb_CppunitTest_use_vcl,sc_editfieldobj_cell)) $(eval $(call gb_CppunitTest_use_components,sc_editfieldobj_cell,\ - $(sc_unoapi_common_components) \ + $(sc_unoapi_common_components) \ )) $(eval $(call gb_CppunitTest_use_configuration,sc_editfieldobj_cell)) |