From 7d1bb036e1d0c20920703e64132d76e4cce06826 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 16 Sep 2011 10:38:06 +0200 Subject: Simplified setting headless mode for smoke-/subsequenttetss. Both C++ and Java OfficeConnection code now always pass --headless, so no need for SAL_USE_VCLPLUGIN=svp etc. any more. Only some C++ unit tests that link against vcl still need an explicit --headless. --- sd/CppunitTest_sd_uimpress.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'sd') diff --git a/sd/CppunitTest_sd_uimpress.mk b/sd/CppunitTest_sd_uimpress.mk index 43352bc3738c..6791a530043e 100644 --- a/sd/CppunitTest_sd_uimpress.mk +++ b/sd/CppunitTest_sd_uimpress.mk @@ -92,7 +92,6 @@ $(eval $(call gb_CppunitTest_add_service_rdbs,sd_uimpress,\ $(eval $(call gb_CppunitTest_set_args,sd_uimpress,\ --headless \ - --invisible \ --protector unoexceptionprotector$(gb_Library_DLLEXT) unoexceptionprotector \ )) -- cgit