summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/app/app.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index 66e809b2bdf3..263ca3ffe636 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -2988,6 +2988,10 @@ void Desktop::DoFirstRunInitializations()
void Desktop::ShowBackingComponent(Desktop * progress)
{
+ if (GetCommandLineArgs().IsNoDefault())
+ {
+ return;
+ }
Reference< XMultiServiceFactory > xSMgr(
comphelper::getProcessServiceFactory(), UNO_SET_THROW);
Reference< XFrame > xDesktopFrame(