summaryrefslogtreecommitdiff
path: root/linguistic
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-01-13 15:29:03 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-01-14 07:12:31 +0100
commite73b99b8dda36545116ac5b5f00c210642c2e3a6 (patch)
tree57ffb047763e23d90ccf979ddbe7fef5a7597923 /linguistic
parent7ae61449ccbeaf6a0b2aa8e81aad394b18565943 (diff)
loplugin:finalclasses in i18npool..linguistic
Change-Id: Ib903fb2fdb4c4c25f73053065b828dade8b63785 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86687 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'linguistic')
-rw-r--r--linguistic/inc/iprcache.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/linguistic/inc/iprcache.hxx b/linguistic/inc/iprcache.hxx
index 434a4dc21635..1bfa1eef3fc1 100644
--- a/linguistic/inc/iprcache.hxx
+++ b/linguistic/inc/iprcache.hxx
@@ -39,7 +39,7 @@ namespace linguistic
class SpellCache;
-class FlushListener :
+class FlushListener final :
public cppu::WeakImplHelper
<
css::linguistic2::XDictionaryListEventListener,