From fe209e78db5df329f38363a23109dcec67f4abcf Mon Sep 17 00:00:00 2001 From: David Tardon Date: Sun, 8 Apr 2012 11:15:40 +0200 Subject: let use_api handle the use of type rdbs at runtime Or is there any use case where we would need to use UNO API headers, but not require the appropriate type database at runtime? --- sot/CppunitTest_sot_test_sot.mk | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sot') diff --git a/sot/CppunitTest_sot_test_sot.mk b/sot/CppunitTest_sot_test_sot.mk index 1af4eef0ca01..c193be992c46 100644 --- a/sot/CppunitTest_sot_test_sot.mk +++ b/sot/CppunitTest_sot_test_sot.mk @@ -58,10 +58,6 @@ $(eval $(call gb_CppunitTest_use_api,sot_test_sot,\ $(eval $(call gb_CppunitTest_uses_ure,sot_test_sot)) -$(eval $(call gb_CppunitTest_use_type_rdbs,sot_test_sot,\ - types \ -)) - $(eval $(call gb_CppunitTest_set_args,sot_test_sot,\ --protector unoexceptionprotector$(gb_Library_DLLEXT) unoexceptionprotector \ )) -- cgit