diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-10-22 10:08:13 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-10-22 12:47:48 +0200 |
commit | fd56d5fd409c832886bf42a020322e69b6a35d9e (patch) | |
tree | 3a1f291a52023ba8a37cec5215a426687dbdbb5d /linguistic | |
parent | 76dd28afc9c0eb632a5dd20eb51704ee0bbc4b58 (diff) |
loplugin:unusedfields improvemements
treat fields touched in operator== as not being important, which
finds some more stuff (but also adds some false+)
Change-Id: I3f5d504d7dec7945a917afbcd58c92df74f03645
Reviewed-on: https://gerrit.libreoffice.org/62020
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'linguistic')
-rw-r--r-- | linguistic/source/dlistimp.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/linguistic/source/dlistimp.cxx b/linguistic/source/dlistimp.cxx index 579f37625225..830b0e47b4a7 100644 --- a/linguistic/source/dlistimp.cxx +++ b/linguistic/source/dlistimp.cxx @@ -70,7 +70,6 @@ class DicEvtListenerHelper : > { comphelper::OInterfaceContainerHelper2 aDicListEvtListeners; - std::vector< DictionaryEvent > aCollectDicEvt; uno::Reference< XDictionaryList > xMyDicList; sal_Int16 nCondensedEvt; @@ -242,7 +241,6 @@ sal_Int16 DicEvtListenerHelper::FlushEvents() // clear "list" of events nCondensedEvt = 0; - aCollectDicEvt.clear(); } return nNumCollectEvtListeners; |