From 906e35f80a17d51c305e0db251e6224f5dd23d52 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 27 Feb 2012 09:45:35 +0000 Subject: merge GetString variants --- tools/inc/tools/string.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'tools/inc') 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(mpData)); } - UniString intern() const; - static UniString CreateFromAscii( const sal_Char* pAsciiStr ); static UniString CreateFromAscii( const sal_Char* pAsciiStr, xub_StrLen nLen ); -- cgit