diff options
-rw-r--r-- | desktop/source/lib/init.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index bd596b42460d..07cad8a81004 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -888,6 +888,7 @@ static int lo_initialize(LibreOfficeKit* pThis, const char* pAppPath) desktop::Desktop::GetCommandLineArgs().setHeadless(); Application::EnableHeadlessMode(true); + Application::EnableConsoleOnly(); // We could use InitVCL() here -- and used to before using soffice_main, // however that now deals with the initialisation for us (and it's not |