diff options
author | Carsten Driesner <cd@openoffice.org> | 2010-06-28 09:26:14 +0200 |
---|---|---|
committer | Carsten Driesner <cd@openoffice.org> | 2010-06-28 09:26:14 +0200 |
commit | 07a000e572751457da400f615c085e6916c2aa28 (patch) | |
tree | 27238dd165c6c1aa550f4db0ad1b20fd54d4cc71 | |
parent | f113398230f9159da21f694bdbf75245d2a5da76 (diff) |
fwk147: #i112578# Remove Sleep command used for debugging
-rw-r--r-- | desktop/source/app/app.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx index 05311010f455..04574b4c57b8 100644 --- a/desktop/source/app/app.cxx +++ b/desktop/source/app/app.cxx @@ -474,8 +474,6 @@ void Desktop::Init() RTL_LOGFILE_CONTEXT( aLog, "desktop (cd100003) ::Desktop::Init" ); SetBootstrapStatus(BS_OK); - Sleep(10000); - // create service factory... Reference < XMultiServiceFactory > rSMgr = CreateApplicationServiceManager(); if( rSMgr.is() ) |