diff options
-rw-r--r-- | vcl/source/app/svapp.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/source/app/svapp.cxx b/vcl/source/app/svapp.cxx index 7da6b6346bb0..1c4eba9edb80 100644 --- a/vcl/source/app/svapp.cxx +++ b/vcl/source/app/svapp.cxx @@ -1512,6 +1512,7 @@ bool Application::IsConsoleOnly() void Application::EnableConsoleOnly() { + EnableHeadlessMode(true); bConsoleOnly = true; } |