summaryrefslogtreecommitdiff
path: root/linguistic/source/misc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'linguistic/source/misc.cxx')
-rw-r--r--linguistic/source/misc.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/linguistic/source/misc.cxx b/linguistic/source/misc.cxx
index f541b97551e6..c2ff50b7f527 100644
--- a/linguistic/source/misc.cxx
+++ b/linguistic/source/misc.cxx
@@ -599,12 +599,6 @@ CapType capitalType(const OUString& aTerm, CharClass const * pCC)
return CapType::UNKNOWN;
}
-OUString ToLower( const OUString &rText, LanguageType nLanguage )
-{
- CharClass aCC(( LanguageTag( nLanguage ) ));
- return aCC.lowercase( rText );
-}
-
// sorted(!) array of unicode ranges for code points that are exclusively(!) used as numbers
// and thus may NOT not be part of names or words like the Chinese/Japanese number characters
const sal_uInt32 the_aDigitZeroes [] =