From e960a9cc6ac9ae76657341d77d138c0b8977df96 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Fri, 20 Jan 2006 09:11:31 +0000 Subject: [PATCH] INTEGRATION: CWS tbe25 (1.22.10); FILE MERGED 2005/11/14 11:41:31 tbe 1.22.10.1: #i57511# API: SimpleUnoBootstap pops UI --- cppuhelper/source/bootstrap.cxx | 11 ++++++++--- 1 file 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