diff options
Diffstat (limited to 'i18npool/inc/indexentrysupplier_ja_phonetic.hxx')
-rw-r--r-- | i18npool/inc/indexentrysupplier_ja_phonetic.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/inc/indexentrysupplier_ja_phonetic.hxx b/i18npool/inc/indexentrysupplier_ja_phonetic.hxx index 8b65843d0225..cced5597c22d 100644 --- a/i18npool/inc/indexentrysupplier_ja_phonetic.hxx +++ b/i18npool/inc/indexentrysupplier_ja_phonetic.hxx @@ -43,7 +43,7 @@ public: }; #define INDEXENTRYSUPPLIER_JA_PHONETIC( algorithm ) \ -class IndexEntrySupplier_##algorithm : public IndexEntrySupplier_ja_phonetic {\ +class IndexEntrySupplier_##algorithm final : public IndexEntrySupplier_ja_phonetic {\ public:\ IndexEntrySupplier_##algorithm (const css::uno::Reference < css::uno::XComponentContext >& rxContext) : IndexEntrySupplier_ja_phonetic (rxContext) {\ implementationName = "com.sun.star.i18n.IndexEntrySupplier_"#algorithm;\ |