cppuhelper/source/bootstrap.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
New commits: commit d4019c97c511f522dd1a4bb31080c92785f157b1 Author: Stephan Bergmann <sberg...@redhat.com> Date: Wed Jan 7 15:20:52 2015 +0100 -Werror=array-bounds Change-Id: I6766ccc5e760b34a4e276c1322745533a00131fa diff --git a/cppuhelper/source/bootstrap.cxx b/cppuhelper/source/bootstrap.cxx index d5130b9..34dd060 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; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits