summaryrefslogtreecommitdiffstats
path: root/include/tools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-09-13 12:45:15 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-09-13 15:24:45 +0100
commit8b3cbc71151cf91a97e4c4340430876c8d02d030 (patch)
treebb502a9202c87b10883567bacf2fe3db3a84006f /include/tools
parentResId rResId -> ResId& rResId (diff)
downloadcore-8b3cbc71151cf91a97e4c4340430876c8d02d030.tar.gz
core-8b3cbc71151cf91a97e4c4340430876c8d02d030.zip
Related: fdo#38838 remove UniString::ToLowerAscii
Change-Id: Iecb8104ea2891d5229e3ecace54e12287d9b0ac6
Diffstat (limited to 'include/tools')
-rw-r--r--include/tools/string.hxx2
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,