summaryrefslogtreecommitdiff
path: root/lingucomponent/source/thesaurus/libnth/nthesimp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lingucomponent/source/thesaurus/libnth/nthesimp.hxx')
-rw-r--r--lingucomponent/source/thesaurus/libnth/nthesimp.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/lingucomponent/source/thesaurus/libnth/nthesimp.hxx b/lingucomponent/source/thesaurus/libnth/nthesimp.hxx
index 2039ecc0aa09..17f1249c1b11 100644
--- a/lingucomponent/source/thesaurus/libnth/nthesimp.hxx
+++ b/lingucomponent/source/thesaurus/libnth/nthesimp.hxx
@@ -120,9 +120,9 @@ public:
getSupportedServiceNames_Static() throw();
private:
- static OUString SAL_CALL makeLowerCase(const OUString&, CharClass *);
- static OUString SAL_CALL makeUpperCase(const OUString&, CharClass *);
- static OUString SAL_CALL makeInitCap(const OUString&, CharClass *);
+ static OUString SAL_CALL makeLowerCase(const OUString&, CharClass const *);
+ static OUString SAL_CALL makeUpperCase(const OUString&, CharClass const *);
+ static OUString SAL_CALL makeInitCap(const OUString&, CharClass const *);
};
inline OUString Thesaurus::getImplementationName_Static() throw()