From fbbb833dda9e86d93e8f45f02a1286edb81033a3 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Sun, 8 Apr 2012 15:12:18 +0200 Subject: compile- and run-time use of UNO must be split There are unit tests that do not use URE, e.g., in cppuhelper. This reverts commit 33e9f3d3d6b29545ef9df3f5334c015e15caa5c8. Conflicts: sot/CppunitTest_sot_test_sot.mk svl/CppunitTest_svl_urihelper.mk --- filter/CppunitTest_filter_tiff_test.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'filter/CppunitTest_filter_tiff_test.mk') diff --git a/filter/CppunitTest_filter_tiff_test.mk b/filter/CppunitTest_filter_tiff_test.mk index 035712b8f1d0..d0a26627ffca 100644 --- a/filter/CppunitTest_filter_tiff_test.mk +++ b/filter/CppunitTest_filter_tiff_test.mk @@ -46,6 +46,8 @@ $(eval $(call gb_CppunitTest_use_api,filter_tiff_test,\ offapi \ )) +$(eval $(call gb_CppunitTest_uses_ure,filter_tiff_test)) + $(eval $(call gb_CppunitTest_use_components,filter_tiff_test,\ configmgr/source/configmgr \ )) -- cgit