From 02740cbe0a21939e3720b72a074ce71798e78d1d Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sun, 8 Sep 2013 17:34:06 +0100 Subject: Related: fdo#38838 drop String::EmptyString now as well Change-Id: I849dbf3a40189e700036249b15dd8bde493083b6 --- include/tools/string.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/tools/string.hxx b/include/tools/string.hxx index b744f88e44e3..56b6e9c8aa21 100644 --- a/include/tools/string.hxx +++ b/include/tools/string.hxx @@ -170,7 +170,6 @@ public: { return Append( UniString( concat ) ); } #endif - static const UniString& EmptyString(); sal_Int32 ToInt32() const; UniString& Assign( const UniString& rStr ); -- cgit