[Libreoffice-commits] .: desktop/source
Stephan Bergmann
sbergmann at kemper.freedesktop.org
Fri Aug 10 00:08:36 PDT 2012
desktop/source/app/app.cxx | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit 0cfed166261968068abbed485ceffd67ca5cbf61
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Fri Aug 10 09:06:08 2012 +0200
fdo#42470: Do not show backing window on --nodefault
Change-Id: Id265dc84de454568ea8194703687c68449e9a32b
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index 84f60b8..eaa8bbb 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -3118,6 +3118,10 @@ void Desktop::DoFirstRunInitializations()
void Desktop::ShowBackingComponent(Desktop * progress)
{
+ if (GetCommandLineArgs().IsNoDefault())
+ {
+ return;
+ }
Reference< XMultiServiceFactory > xSMgr(
comphelper::getProcessServiceFactory(), UNO_SET_THROW);
Reference< XFrame > xDesktopFrame(
More information about the Libreoffice-commits
mailing list