diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-07-02 22:34:18 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-07-02 22:34:31 +0200 |
commit | 2b1c731f3c69c1fa1af68e01683711ceda585e07 (patch) | |
tree | f12db8232983b379fdd45e9aaaff364862054c58 /include/comphelper/sequence.hxx | |
parent | 41dbfa9ec7380e082279f1b01bfd323d23134b7d (diff) |
loplugin:casttovoid: comphelper
Change-Id: I28752323d31320141a537c0e108c911cef09c10a
Diffstat (limited to 'include/comphelper/sequence.hxx')
-rw-r--r-- | include/comphelper/sequence.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/comphelper/sequence.hxx b/include/comphelper/sequence.hxx index 26d08c993c1e..c3bddb28aaa9 100644 --- a/include/comphelper/sequence.hxx +++ b/include/comphelper/sequence.hxx @@ -174,7 +174,6 @@ namespace comphelper css::uno::Sequence< TYPE > aContainer; bool bSuccess = _rSequenceAny >>= aContainer; OSL_ENSURE(bSuccess, "OSequenceIterator::OSequenceIterator: invalid Any!"); - (void)bSuccess; construct(aContainer); } |