From e1b51e7beb7f9cfa7b574b9c2a69799e62963a09 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Fri, 27 Sep 2013 09:41:09 +0200 Subject: gbuild: use .xcd configuration files from instdir ..instead of .xcu files in solver/*/xml/registry when running unittests and gengal. Change-Id: I390a6c531d653acca7ef3379c49fe65fcb8f3c2a Reviewed-on: https://gerrit.libreoffice.org/6057 Tested-by: Michael Stahl Reviewed-by: Michael Stahl --- sw/CppunitTest_sw_odfimport.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'sw/CppunitTest_sw_odfimport.mk') diff --git a/sw/CppunitTest_sw_odfimport.mk b/sw/CppunitTest_sw_odfimport.mk index 756f1810bcc4..1320fefac3d3 100644 --- a/sw/CppunitTest_sw_odfimport.mk +++ b/sw/CppunitTest_sw_odfimport.mk @@ -82,8 +82,6 @@ $(eval $(call gb_CppunitTest_use_components,sw_odfimport,\ $(eval $(call gb_CppunitTest_use_configuration,sw_odfimport)) -$(eval $(call gb_CppunitTest_use_filter_configuration,sw_odfimport)) - $(eval $(call gb_CppunitTest_use_unittest_configuration,sw_odfimport)) # vim: set noet sw=4 ts=4: -- cgit