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
This commit is contained in:
Kurt Zenker
2006-02-03 16:12:54 +00:00
parent 98028d9647
commit 23ed788f13

View File

@@ -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;