diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-09-13 12:45:15 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-09-13 15:24:45 +0100 |
commit | 8b3cbc71151cf91a97e4c4340430876c8d02d030 (patch) | |
tree | bb502a9202c87b10883567bacf2fe3db3a84006f /include/tools | |
parent | 0a5f063797d39913536a690cda9426ba20300b73 (diff) |
Related: fdo#38838 remove UniString::ToLowerAscii
Change-Id: Iecb8104ea2891d5229e3ecace54e12287d9b0ac6
Diffstat (limited to 'include/tools')
-rw-r--r-- | include/tools/string.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/tools/string.hxx b/include/tools/string.hxx index 768192f5c82a..5fd64e9e6d88 100644 --- a/include/tools/string.hxx +++ b/include/tools/string.hxx @@ -225,8 +225,6 @@ public: UniString& Erase( xub_StrLen nIndex = 0, xub_StrLen nCount = STRING_LEN ); UniString Copy( xub_StrLen nIndex = 0, xub_StrLen nCount = STRING_LEN ) const; - UniString& ToLowerAscii(); - StringCompare CompareTo( const UniString& rStr, xub_StrLen nLen = STRING_LEN ) const; StringCompare CompareToAscii( const sal_Char* pAsciiStr, |