diff options
Diffstat (limited to 'tools/source/string/tstring.cxx')
-rw-r--r-- | tools/source/string/tstring.cxx | 13 |
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 ); |