diff options
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(); |