[Libreoffice-commits] core.git: cppuhelper/source

Stephan Bergmann sbergman at redhat.com
Wed Jan 7 06:21:21 PST 2015


 cppuhelper/source/bootstrap.cxx |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit d4019c97c511f522dd1a4bb31080c92785f157b1
Author: Stephan Bergmann <sbergman at 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;
 


More information about the Libreoffice-commits mailing list