diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-09-08 17:34:06 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-09-08 20:44:26 +0100 |
commit | 02740cbe0a21939e3720b72a074ce71798e78d1d (patch) | |
tree | ec0e88e6f9e03bbc81e2caaa804a9a849574406d /include/tools | |
parent | 6e016d0dc74c986073ae1428a16464a59c331d2d (diff) |
Related: fdo#38838 drop String::EmptyString now as well
Change-Id: I849dbf3a40189e700036249b15dd8bde493083b6
Diffstat (limited to 'include/tools')
-rw-r--r-- | include/tools/string.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
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 ); |