diff options
author | Alexander Bergmann <myaddons@gmx.de> | 2012-02-08 12:29:23 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-02-08 15:11:29 +0000 |
commit | 7e579e6f4d6fc18d36cd29743b7343f20bda500d (patch) | |
tree | 5e8cb537f26c4a9f2d4b6cf33eb6a295fe1f2660 /linguistic/inc | |
parent | 09be8bbee6b49680dd2a16f5b4c2c2f8d9eca72c (diff) |
unusedcode.easy: Removed unused code (linguistic)
Diffstat (limited to 'linguistic/inc')
-rw-r--r-- | linguistic/inc/linguistic/misc.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/linguistic/inc/linguistic/misc.hxx b/linguistic/inc/linguistic/misc.hxx index da2415948b02..ee41fe4fd52c 100644 --- a/linguistic/inc/linguistic/misc.hxx +++ b/linguistic/inc/linguistic/misc.hxx @@ -139,16 +139,10 @@ LNG_DLLPUBLIC sal_Int32 GetPosInWordToCheck( const rtl::OUString &rTxt, sal_Int3 LNG_DLLPUBLIC sal_Bool IsUpper( const String &rText, xub_StrLen nPos, xub_StrLen nLen, sal_Int16 nLanguage ); -LNG_DLLPUBLIC sal_Bool IsLower( const String &rText, xub_StrLen nPos, xub_StrLen nLen, sal_Int16 nLanguage ); inline sal_Bool IsUpper( const String &rText, sal_Int16 nLanguage ) { return IsUpper( rText, 0, rText.Len(), nLanguage ); } -inline sal_Bool IsLower( const String &rText, sal_Int16 nLanguage ) { return IsLower( rText, 0, rText.Len(), nLanguage ); } String ToLower( const String &rText, sal_Int16 nLanguage ); -String ToUpper( const String &rText, sal_Int16 nLanguage ); -String ToTitle( const String &rText, sal_Int16 nLanguage ); -sal_Unicode ToLower( const sal_Unicode cChar, sal_Int16 nLanguage ); -sal_Unicode ToUpper( const sal_Unicode cChar, sal_Int16 nLanguage ); LNG_DLLPUBLIC sal_Bool HasDigits( const ::rtl::OUString &rText ); LNG_DLLPUBLIC sal_Bool IsNumeric( const String &rText ); |