summaryrefslogtreecommitdiff
path: root/include
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 /include
parent6e016d0dc74c986073ae1428a16464a59c331d2d (diff)
Related: fdo#38838 drop String::EmptyString now as well
Change-Id: I849dbf3a40189e700036249b15dd8bde493083b6
Diffstat (limited to 'include')
-rw-r--r--include/tools/string.hxx1
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 );