diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-13 15:29:03 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-14 07:12:31 +0100 |
commit | e73b99b8dda36545116ac5b5f00c210642c2e3a6 (patch) | |
tree | 57ffb047763e23d90ccf979ddbe7fef5a7597923 /i18npool/inc/indexentrysupplier_default.hxx | |
parent | 7ae61449ccbeaf6a0b2aa8e81aad394b18565943 (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 'i18npool/inc/indexentrysupplier_default.hxx')
-rw-r--r-- | i18npool/inc/indexentrysupplier_default.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/inc/indexentrysupplier_default.hxx b/i18npool/inc/indexentrysupplier_default.hxx index 5f93e8e20698..29fe3cdbf214 100644 --- a/i18npool/inc/indexentrysupplier_default.hxx +++ b/i18npool/inc/indexentrysupplier_default.hxx @@ -29,7 +29,7 @@ class Index; -class IndexEntrySupplier_Unicode : public IndexEntrySupplier_Common { +class IndexEntrySupplier_Unicode final : public IndexEntrySupplier_Common { public: IndexEntrySupplier_Unicode( const css::uno::Reference < css::uno::XComponentContext >& rxContext ); virtual ~IndexEntrySupplier_Unicode() override; |