diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2011-01-12 12:54:06 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-01-12 12:54:06 +0000 |
commit | c34bae9706fce2bb1a9e9794f75a8233b1312042 (patch) | |
tree | 43ec1bd470a4fa9812f2d2761bca977e8488b71b /cppuhelper/qa/ifcontainer | |
parent | d7cf1335473606428c9a1a81ac1bb5823bc77172 (diff) |
Some cppcheck cleaning
Diffstat (limited to 'cppuhelper/qa/ifcontainer')
-rw-r--r-- | cppuhelper/qa/ifcontainer/cppu_ifcontainer.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppuhelper/qa/ifcontainer/cppu_ifcontainer.cxx b/cppuhelper/qa/ifcontainer/cppu_ifcontainer.cxx index 8c76af380d3c..039586462ba2 100644 --- a/cppuhelper/qa/ifcontainer/cppu_ifcontainer.cxx +++ b/cppuhelper/qa/ifcontainer/cppu_ifcontainer.cxx @@ -129,7 +129,7 @@ namespace cppu_ifcontainer for (i = 0; i < nTests; i++) { Reference<XEventListener> xRef = new ContainerListener(&aStats); - int nNewLen = pContainer->addInterface(xRef); + pContainer->addInterface(xRef); aListeners.push_back(xRef); } Sequence< Reference< XInterface > > aElements; |