diff options
author | Eike Rathke <erack@redhat.com> | 2021-10-18 22:42:11 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2021-10-19 11:35:40 +0200 |
commit | 80b5d83f8ac858fddb32d2d72d1c2d4f3c64b32a (patch) | |
tree | dc87046720e0101b228360ef190172b3ac8f5590 /include | |
parent | c1c6eea1c11d9711e101fc76efa0ec4460e8e448 (diff) |
Ditch that CharClass constructing ToLower() nonsense
... and use SvtSysLocale CharClass instead.
Change-Id: I300c3e8ffb1502ef4303cba859dc0b8311be54ab
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123788
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Jenkins
Diffstat (limited to 'include')
-rw-r--r-- | include/linguistic/misc.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linguistic/misc.hxx b/include/linguistic/misc.hxx index 1ead38427fdc..a7addd9c3246 100644 --- a/include/linguistic/misc.hxx +++ b/include/linguistic/misc.hxx @@ -133,7 +133,6 @@ LNG_DLLPUBLIC bool IsUpper( const OUString &rText, sal_Int32 nPos, sal_In inline bool IsUpper( const OUString &rText, LanguageType nLanguage ) { return IsUpper( rText, 0, rText.getLength(), nLanguage ); } LNG_DLLPUBLIC CapType capitalType(const OUString&, CharClass const *); -OUString ToLower( const OUString &rText, LanguageType nLanguage ); LNG_DLLPUBLIC bool HasDigits( const OUString &rText ); LNG_DLLPUBLIC bool IsNumeric( const OUString &rText ); |