diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-01-20 09:11:31 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-01-20 09:11:31 +0000 |
commit | e960a9cc6ac9ae76657341d77d138c0b8977df96 (patch) | |
tree | ef2fe27e2851ac4482f6c148e693e91706974759 /cppuhelper | |
parent | 3599ff520563668605637935fff1af54739826fa (diff) |
INTEGRATION: CWS tbe25 (1.22.10); FILE MERGED
2005/11/14 11:41:31 tbe 1.22.10.1: #i57511# API: SimpleUnoBootstap pops UI
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/source/bootstrap.cxx | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/cppuhelper/source/bootstrap.cxx b/cppuhelper/source/bootstrap.cxx index a6d9135eae60..8c78e7a0f350 100644 --- a/cppuhelper/source/bootstrap.cxx +++ b/cppuhelper/source/bootstrap.cxx @@ -4,9 +4,9 @@ * * $RCSfile: bootstrap.cxx,v $ * - * $Revision: 1.22 $ + * $Revision: 1.23 $ * - * last change: $Author: rt $ $Date: 2005-09-08 09:24:48 $ + * last change: $Author: obo $ $Date: 2006-01-20 10:11:31 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -539,7 +539,12 @@ Reference< XComponentContext > SAL_CALL bootstrap() // arguments OUString args [] = { - OUSTR( "-nologo" ), OUSTR( "-nodefault" ), buf.makeStringAndClear() + OUSTR( "-nologo" ), + OUSTR( "-nodefault" ), + OUSTR( "-norestore" ), + OUSTR( "-nocrashreport" ), + OUSTR( "-nolockcheck" ), + buf.makeStringAndClear() }; rtl_uString * ar_args [] = { args[ 0 ].pData, args[ 1 ].pData, args[ 2 ].pData |