summaryrefslogtreecommitdiffstats
path: root/include/tools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-08-29 20:44:22 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-08-30 11:39:01 +0100
commit74929bba736cc6cceed3c088e13f5952abb1bd2b (patch)
tree8a026d95bc586ca6a41686dee32dfa53b659b252 /include/tools
parentImprove TIMESTAMP display. (firebird-sdbc) (diff)
downloadcore-74929bba736cc6cceed3c088e13f5952abb1bd2b.tar.gz
core-74929bba736cc6cceed3c088e13f5952abb1bd2b.zip
Related: fdo#38838 remove UniString::ToUpperAscii
things got a little out of hand and I ended up converting quite a bit of calc to OUString Change-Id: I056326d37ffefa8c120cb2e564d166dd9f20f216
Diffstat (limited to 'include/tools')
-rw-r--r--include/tools/string.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/tools/string.hxx b/include/tools/string.hxx
index 7b8793c96097..c26fee36ab65 100644
--- a/include/tools/string.hxx
+++ b/include/tools/string.hxx
@@ -227,7 +227,6 @@ public:
UniString Copy( xub_StrLen nIndex = 0, xub_StrLen nCount = STRING_LEN ) const;
UniString& ToLowerAscii();
- UniString& ToUpperAscii();
StringCompare CompareTo( const UniString& rStr,
xub_StrLen nLen = STRING_LEN ) const;