[Libreoffice-commits] .: Branch 'libreoffice-3-4' - desktop/source

Robert Nagy rnagy at kemper.freedesktop.org
Mon Jun 20 03:00:08 PDT 2011


 desktop/source/app/app.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9c17674951760b8a64276ee8e1c6496e21ad756e
Author: Robert Nagy <robert at openbsd.org>
Date:   Mon Jun 20 11:59:42 2011 +0200

    fix fdo#37110 --quickstart shouldn't show start center

diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index 1544b20..873588d 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -1767,7 +1767,7 @@ int Desktop::Main()
 
         if ( !pExecGlobals->bRestartRequested )
         {
-            if ((!pCmdLineArgs->WantsToLoadDocument() && !pCmdLineArgs->IsInvisible() && !pCmdLineArgs->IsHeadless() ) &&
+            if ((!pCmdLineArgs->WantsToLoadDocument() && !pCmdLineArgs->IsInvisible() && !pCmdLineArgs->IsHeadless() && !pCmdLineArgs->IsQuickstart()) &&
                 (SvtModuleOptions().IsModuleInstalled(SvtModuleOptions::E_SSTARTMODULE)) &&
                 (!bExistsRecoveryData                                                  ) &&
                 (!bExistsSessionData                                                   ) &&


More information about the Libreoffice-commits mailing list