diff options
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/inc/indexentrysupplier_default.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/i18npool/inc/indexentrysupplier_default.hxx b/i18npool/inc/indexentrysupplier_default.hxx index caf71326d632..e9c43583b634 100644 --- a/i18npool/inc/indexentrysupplier_default.hxx +++ b/i18npool/inc/indexentrysupplier_default.hxx @@ -88,7 +88,9 @@ public: void makeIndexKeys(const css::lang::Locale &rLocale, std::u16string_view algorithm); sal_Int16 getIndexWeight(const OUString& rIndexEntry); OUString getIndexDescription(const OUString& rIndexEntry); + sal_Int16 compare(sal_Unicode c1, sal_Unicode c2); +private: IndexTable tables[MAX_TABLES]; sal_Int16 table_count; IndexKey keys[MAX_KEYS]; @@ -97,7 +99,6 @@ public: sal_Int16 mkey_count; OUString skipping_chars; rtl::Reference<CollatorImpl> collator; - sal_Int16 compare(sal_Unicode c1, sal_Unicode c2); }; } |