diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-07 14:37:16 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-08 06:10:25 +0000 |
commit | 990102be61a47a14a73a25ee320ac1033250777e (patch) | |
tree | 69ab0c8d40c266a901fd66e99b79d1c00f6c08ba /linguistic | |
parent | dda87c6a461174def7334d2c0aac87d4eb8ab7cf (diff) |
loplugin:unnecessaryvirtual in hwpfilter..rsc
Change-Id: I2e9df8223d503b813b4c458747e8c44bb8ef8868
Reviewed-on: https://gerrit.libreoffice.org/30661
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'linguistic')
-rw-r--r-- | linguistic/inc/iprcache.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linguistic/inc/iprcache.hxx b/linguistic/inc/iprcache.hxx index b31d38eac8cb..f37f3afd0527 100644 --- a/linguistic/inc/iprcache.hxx +++ b/linguistic/inc/iprcache.hxx @@ -73,7 +73,7 @@ public: }; -class SpellCache +class SpellCache final { css::uno::Reference< css::linguistic2::XDictionaryListEventListener > xFlushLstnr; @@ -88,7 +88,7 @@ class SpellCache public: SpellCache(); - virtual ~SpellCache(); + ~SpellCache(); // called from FlushListener void Flush(); |