diff options
author | David Tardon <dtardon@redhat.com> | 2012-04-08 12:26:27 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-04-08 14:53:08 +0200 |
commit | 33e9f3d3d6b29545ef9df3f5334c015e15caa5c8 (patch) | |
tree | 19b9219850619dbede65c040c1e2c6b55a51b748 /sd | |
parent | 79beb586474139c858ddb2881cf6aa20c6821cbe (diff) |
drop uses_ure
Diffstat (limited to 'sd')
-rw-r--r-- | sd/CppunitTest_sd_filters_test.mk | 2 | ||||
-rw-r--r-- | sd/CppunitTest_sd_regression_test.mk | 2 | ||||
-rw-r--r-- | sd/CppunitTest_sd_uimpress.mk | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/sd/CppunitTest_sd_filters_test.mk b/sd/CppunitTest_sd_filters_test.mk index 46cae1e12449..6b8a328384b1 100644 --- a/sd/CppunitTest_sd_filters_test.mk +++ b/sd/CppunitTest_sd_filters_test.mk @@ -78,8 +78,6 @@ $(eval $(call gb_CppunitTest_use_api,sd_filters_test,\ udkapi \ )) -$(eval $(call gb_CppunitTest_uses_ure,sd_filters_test)) - $(eval $(call gb_CppunitTest_use_components,sd_filters_test,\ basic/util/sb \ comphelper/util/comphelp \ diff --git a/sd/CppunitTest_sd_regression_test.mk b/sd/CppunitTest_sd_regression_test.mk index af1b60e3ad33..bc055aab6579 100644 --- a/sd/CppunitTest_sd_regression_test.mk +++ b/sd/CppunitTest_sd_regression_test.mk @@ -79,8 +79,6 @@ $(eval $(call gb_CppunitTest_use_api,sd_regression_test,\ udkapi \ )) -$(eval $(call gb_CppunitTest_uses_ure,sd_regression_test)) - $(eval $(call gb_CppunitTest_use_components,sd_regression_test,\ basic/util/sb \ comphelper/util/comphelp \ diff --git a/sd/CppunitTest_sd_uimpress.mk b/sd/CppunitTest_sd_uimpress.mk index b504c436af9e..b996d2d08130 100644 --- a/sd/CppunitTest_sd_uimpress.mk +++ b/sd/CppunitTest_sd_uimpress.mk @@ -76,8 +76,6 @@ $(eval $(call gb_CppunitTest_add_exception_objects,sd_uimpress,\ sd/qa/unit/uimpress \ )) -$(eval $(call gb_CppunitTest_uses_ure,sd_uimpress)) - $(eval $(call gb_CppunitTest_use_components,sd_uimpress,\ configmgr/source/configmgr \ framework/util/fwk \ |