diff options
Diffstat (limited to 'sc/CppunitTest_sc_autoformatobj.mk')
-rw-r--r-- | sc/CppunitTest_sc_autoformatobj.mk | 33 |
1 files changed, 1 insertions, 32 deletions
diff --git a/sc/CppunitTest_sc_autoformatobj.mk b/sc/CppunitTest_sc_autoformatobj.mk index 8da9612f245b..e9f0e3f2dc8f 100644 --- a/sc/CppunitTest_sc_autoformatobj.mk +++ b/sc/CppunitTest_sc_autoformatobj.mk @@ -9,37 +9,6 @@ # #************************************************************************* -$(eval $(call gb_CppunitTest_CppunitTest,sc_autoformatobj)) - -$(eval $(call gb_CppunitTest_use_external,sc_autoformatobj,boost_headers)) - -$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_autoformatobj)) - -$(eval $(call gb_CppunitTest_add_exception_objects,sc_autoformatobj, \ - sc/qa/extras/scautoformatobj \ -)) - -$(eval $(call gb_CppunitTest_use_libraries,sc_autoformatobj, \ - cppu \ - sal \ - subsequenttest \ - test \ - unotest \ -)) - -$(eval $(call gb_CppunitTest_set_include,sc_autoformatobj,\ - $$(INCLUDE) \ -)) - -$(eval $(call gb_CppunitTest_use_sdk_api,sc_autoformatobj)) - -$(eval $(call gb_CppunitTest_use_ure,sc_autoformatobj)) -$(eval $(call gb_CppunitTest_use_vcl,sc_autoformatobj)) - -$(eval $(call gb_CppunitTest_use_components,sc_autoformatobj,\ - $(sc_unoapi_common_components) \ -)) - -$(eval $(call gb_CppunitTest_use_configuration,sc_autoformatobj)) +$(eval $(call sc_unoapi_common,autoformatobj)) # vim: set noet sw=4 ts=4: |