summaryrefslogtreecommitdiff
path: root/tools/source/string/tstring.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-07-10 21:58:57 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-07-11 09:05:06 +0100
commitac4a660da59acbd172c341f433ab96684a083da6 (patch)
tree24298a086079f2865b1c98ae17cf4373f2c6888c /tools/source/string/tstring.cxx
parente6a9ee2d30f08958b82320659c31011efc84fc03 (diff)
callcatcher: unused ByteString::EmptyString
Diffstat (limited to 'tools/source/string/tstring.cxx')
-rw-r--r--tools/source/string/tstring.cxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/tools/source/string/tstring.cxx b/tools/source/string/tstring.cxx
index e8830fd27de9..b89a51ba7cdc 100644
--- a/tools/source/string/tstring.cxx
+++ b/tools/source/string/tstring.cxx
@@ -38,7 +38,6 @@
#include <rtl/alloc.h>
#include <rtl/memory.h>
#include <rtl/tencinfo.h>
-#include <rtl/instance.hxx>
#include <tools/string.hxx>
#include <impstrg.hxx>
@@ -104,18 +103,6 @@ ByteString ByteString::CreateFromInt32( sal_Int32 n, sal_Int16 nRadix )
// -----------------------------------------------------------------------
-namespace
-{
- struct theEmpty : public rtl::Static< const ByteString, theEmpty> {};
-}
-
-const ByteString& ByteString::EmptyString()
-{
- return theEmpty::get();
-}
-
-// -----------------------------------------------------------------------
-
sal_Int32 ByteString::ToInt32() const
{
DBG_CHKTHIS( ByteString, DbgCheckByteString );