sc/CppunitTest_sc_editfieldobj_cell.mk | 45 +++++-------------------------- sc/CppunitTest_sc_editfieldobj_header.mk | 45 +++++-------------------------- 2 files changed, 16 insertions(+), 74 deletions(-)
New commits: commit 77d5e577c71718539785a65cb9633d429bd030e4 Author: Jens Carl <[email protected]> AuthorDate: Sun Jul 29 20:12:43 2018 +0000 Commit: Jens Carl <[email protected]> CommitDate: Sun Jul 29 23:39:02 2018 +0200 Remove obsolete (cargo-cult copied) dependencies Change-Id: Ie58b3ab1563afa4d223ca0ff92315e7da6b15e06 Reviewed-on: https://gerrit.libreoffice.org/58293 Tested-by: Jenkins Reviewed-by: Jens Carl <[email protected]> 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)) commit 0dac94abdacb3d4bc6cfc74a2411bbe83024fae1 Author: Jens Carl <[email protected]> AuthorDate: Sun Jul 29 20:15:10 2018 +0000 Commit: Jens Carl <[email protected]> CommitDate: Sun Jul 29 23:38:52 2018 +0200 Remove obsolete (cargo-cult copied) dependencies Change-Id: I828bf75fef031758b354149945f719f61a9caf91 Reviewed-on: https://gerrit.libreoffice.org/58292 Tested-by: Jenkins Reviewed-by: Jens Carl <[email protected]> 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)) _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
