diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-02-27 09:45:35 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-02-27 09:45:58 +0000 |
commit | 906e35f80a17d51c305e0db251e6224f5dd23d52 (patch) | |
tree | eb1b62e54748e6fd62be8cab9dcf8735baa7f9e3 /tools/inc | |
parent | 84fa063b4ce1bd6a8996c20c89e238ee38bcdcfe (diff) |
merge GetString variants
Diffstat (limited to 'tools/inc')
-rw-r--r-- | tools/inc/tools/string.hxx | 2 |
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 ); |