diff options
author | Jens Carl <j.carl43@gmx.de> | 2018-07-29 20:12:43 +0000 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2018-07-29 23:39:02 +0200 |
commit | 77d5e577c71718539785a65cb9633d429bd030e4 (patch) | |
tree | eabf2b7928125b2027d97a7b0ed807f89f39e2e4 /sc | |
parent | 0dac94abdacb3d4bc6cfc74a2411bbe83024fae1 (diff) |
Remove obsolete (cargo-cult copied) dependencies
Change-Id: Ie58b3ab1563afa4d223ca0ff92315e7da6b15e06
Reviewed-on: https://gerrit.libreoffice.org/58293
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/CppunitTest_sc_editfieldobj_header.mk | 45 |
1 files changed, 8 insertions, 37 deletions
diff --git a/sc/CppunitTest_sc_editfieldobj_header.mk b/sc/CppunitTest_sc_editfieldobj_header.mk index 4efc81d48463..f492c7184c36 100644 --- a/sc/CppunitTest_sc_editfieldobj_header.mk +++ b/sc/CppunitTest_sc_editfieldobj_header.mk @@ -14,48 +14,19 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_editfieldobj_header)) $(eval $(call gb_CppunitTest_use_external,sc_editfieldobj_header,boost_headers)) $(eval $(call gb_CppunitTest_add_exception_objects,sc_editfieldobj_header, \ - sc/qa/extras/sceditfieldobj-header \ + sc/qa/extras/sceditfieldobj-header \ )) $(eval $(call gb_CppunitTest_use_libraries,sc_editfieldobj_header, \ - 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_header,\ - -I$(SRCDIR)/sc/source/ui/inc \ - -I$(SRCDIR)/sc/inc \ - $$(INCLUDE) \ + $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_sdk_api,sc_editfieldobj_header)) @@ -64,7 +35,7 @@ $(eval $(call gb_CppunitTest_use_ure,sc_editfieldobj_header)) $(eval $(call gb_CppunitTest_use_vcl,sc_editfieldobj_header)) $(eval $(call gb_CppunitTest_use_components,sc_editfieldobj_header,\ - $(sc_unoapi_common_components) \ + $(sc_unoapi_common_components) \ )) $(eval $(call gb_CppunitTest_use_configuration,sc_editfieldobj_header)) |