diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-02-03 16:12:54 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-02-03 16:12:54 +0000 |
commit | ce2e7b559a8de471b6e579ec487e1e15a760f59b (patch) | |
tree | 25dc058c682b4a9e5beb6def6bb684dab02d822b /cppuhelper | |
parent | 7624f75946676feb043fa829992dfa58a1ce9f4a (diff) |
INTEGRATION: CWS jl30 (1.23.4); FILE MERGED
2006/01/31 10:38:43 jl 1.23.4.1: #i61417# wrong parameters when starting office
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 9c1fdc80e..593340751 100644 --- a/cppuhelper/source/bootstrap.cxx +++ b/cppuhelper/source/bootstrap.cxx @@ -4,9 +4,9 @@ * * $RCSfile: bootstrap.cxx,v $ * - * $Revision: 1.23 $ + * $Revision: 1.24 $ * - * last change: $Author: obo $ $Date: 2006-01-20 10:11:31 $ + * last change: $Author: kz $ $Date: 2006-02-03 17:12:54 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -547,7 +547,12 @@ Reference< XComponentContext > SAL_CALL bootstrap() buf.makeStringAndClear() }; rtl_uString * ar_args [] = { - args[ 0 ].pData, args[ 1 ].pData, args[ 2 ].pData + args[ 0 ].pData, + args[ 1 ].pData, + args[ 2 ].pData, + args[ 3 ].pData, + args[ 4 ].pData, + args[ 5 ].pData }; ::osl::Security sec; |