summaryrefslogtreecommitdiff
path: root/tools/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-02-27 09:45:35 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-02-27 09:45:58 +0000
commit906e35f80a17d51c305e0db251e6224f5dd23d52 (patch)
treeeb1b62e54748e6fd62be8cab9dcf8735baa7f9e3 /tools/inc
parent84fa063b4ce1bd6a8996c20c89e238ee38bcdcfe (diff)
merge GetString variants
Diffstat (limited to 'tools/inc')
-rw-r--r--tools/inc/tools/string.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/inc/tools/string.hxx b/tools/inc/tools/string.hxx
index 1cd1c9a35583..107723554928 100644
--- a/tools/inc/tools/string.hxx
+++ b/tools/inc/tools/string.hxx
@@ -178,8 +178,6 @@ public:
return rtl::OUString (reinterpret_cast<rtl_uString*>(mpData));
}
- UniString intern() const;
-
static UniString CreateFromAscii( const sal_Char* pAsciiStr );
static UniString CreateFromAscii( const sal_Char* pAsciiStr, xub_StrLen nLen );