summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-09-08 17:34:06 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-09-08 20:44:26 +0100
commit02740cbe0a21939e3720b72a074ce71798e78d1d (patch)
treeec0e88e6f9e03bbc81e2caaa804a9a849574406d /tools
parent6e016d0dc74c986073ae1428a16464a59c331d2d (diff)
Related: fdo#38838 drop String::EmptyString now as well
Change-Id: I849dbf3a40189e700036249b15dd8bde493083b6
Diffstat (limited to 'tools')
-rw-r--r--tools/source/string/tustring.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/source/string/tustring.cxx b/tools/source/string/tustring.cxx
index 13b1e42400af..97f5e95b2f3c 100644
--- a/tools/source/string/tustring.cxx
+++ b/tools/source/string/tustring.cxx
@@ -52,13 +52,6 @@ DBG_NAME( UniString )
UniString::UniString(char c): mpData(ImplAllocData(1)) { mpData->maStr[0] = c; }
-namespace { struct Empty : public rtl::Static< const UniString, Empty> {}; }
-
-const UniString& UniString::EmptyString()
-{
- return Empty::get();
-}
-
sal_Int32 UniString::ToInt32() const
{
DBG_CHKTHIS( UniString, DbgCheckUniString );