diff options
-rw-r--r-- | cppuhelper/source/bootstrap.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cppuhelper/source/bootstrap.cxx b/cppuhelper/source/bootstrap.cxx index d5130b9a2eaa..34dd060febfc 100644 --- a/cppuhelper/source/bootstrap.cxx +++ b/cppuhelper/source/bootstrap.cxx @@ -160,8 +160,7 @@ Reference< XComponentContext > SAL_CALL bootstrap() args[ 1 ].pData, args[ 2 ].pData, args[ 3 ].pData, - args[ 4 ].pData, - args[ 5 ].pData + args[ 4 ].pData }; ::osl::Security sec; |