summaryrefslogtreecommitdiff
path: root/cppuhelper
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-01-07 15:20:52 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-01-07 15:20:52 +0100
commitd4019c97c511f522dd1a4bb31080c92785f157b1 (patch)
tree287c2d9684916feb4426de0817856643dfcb3db0 /cppuhelper
parentc6686fee44e868a24e946a017bd669b71123a200 (diff)
-Werror=array-bounds
Change-Id: I6766ccc5e760b34a4e276c1322745533a00131fa
Diffstat (limited to 'cppuhelper')
-rw-r--r--cppuhelper/source/bootstrap.cxx3
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;