diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-01 10:19:53 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-01 10:19:53 +0000 |
commit | 378af917f9419db90b2f5c4088278bfa35b0bd40 (patch) | |
tree | 28433982e0cb6c496b6eaedf9e8bcbbc48b65977 /desktop/source/app | |
parent | 654a9b595416c8889fb1c272a18a2a75f7e41961 (diff) |
INTEGRATION: CWS fwk40 (1.192.36); FILE MERGED
2006/07/06 16:27:37 mba 1.192.36.1: #125815#: don't open documents through command line as long as recovery is in progress
Diffstat (limited to 'desktop/source/app')
-rw-r--r-- | desktop/source/app/app.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx index cb14b2463dbe..fde6fbe2647b 100644 --- a/desktop/source/app/app.cxx +++ b/desktop/source/app/app.cxx @@ -4,9 +4,9 @@ * * $RCSfile: app.cxx,v $ * - * $Revision: 1.193 $ + * $Revision: 1.194 $ * - * last change: $Author: rt $ $Date: 2006-07-26 09:14:33 $ + * last change: $Author: ihi $ $Date: 2006-08-01 11:19:53 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1993,9 +1993,10 @@ IMPL_LINK( Desktop, OpenClients_Impl, void*, pvoid ) { RTL_LOGFILE_PRODUCT_CONTEXT( aLog, "PERFORMANCE - DesktopOpenClients_Impl()" ); - OfficeIPCThread::SetReady(); OpenClients(); + OfficeIPCThread::SetReady(); + // CloseStartupScreen(); CloseSplashScreen(); |