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/texttonum.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/texttonum.hxx')
-rw-r--r-- | i18npool/inc/texttonum.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/inc/texttonum.hxx b/i18npool/inc/texttonum.hxx index 7f10cca9f4db..de8fa829530d 100644 --- a/i18npool/inc/texttonum.hxx +++ b/i18npool/inc/texttonum.hxx @@ -25,7 +25,7 @@ namespace i18npool { #define TRANSLITERATION_TEXTTONUM( name ) \ -class TextToNum##name : public transliteration_Numeric \ +class TextToNum##name final : public transliteration_Numeric \ { \ public: \ TextToNum##name (); \ |