test/source/setupvcl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 4e0fab219230cc5a35022beb203a014685d8c354 Author: Caolán McNamara <caol...@redhat.com> Date: Wed Apr 12 18:04:59 2017 +0100 EnableHeadlessMode bool arg doesn't toggle headless but refers if a dialog is fatal or autocancelled Change-Id: I7f15ecb26a3e29065caaacb932c7416f4cd96ff6 Reviewed-on: https://gerrit.libreoffice.org/36487 Tested-by: Jenkins <c...@libreoffice.org> Reviewed-by: Caolán McNamara <caol...@redhat.com> Tested-by: Caolán McNamara <caol...@redhat.com> diff --git a/test/source/setupvcl.cxx b/test/source/setupvcl.cxx index 49bdf7364865..ed090eab62bb 100644 --- a/test/source/setupvcl.cxx +++ b/test/source/setupvcl.cxx @@ -74,7 +74,7 @@ void test::setUpVcl() { LanguageTag::setConfiguredSystemLanguage(tag.getLanguageType(false)); InitVCL(); if (isHeadless()) { - Application::EnableHeadlessMode(true); + Application::EnableHeadlessMode(false); } Application::setDeInitHook(LINK(nullptr, Hook, deinitHook)); }
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits