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 /vcl/inc | |
parent | 6e016d0dc74c986073ae1428a16464a59c331d2d (diff) |
Related: fdo#38838 drop String::EmptyString now as well
Change-Id: I849dbf3a40189e700036249b15dd8bde493083b6
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/svdata.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/vcl/inc/svdata.hxx b/vcl/inc/svdata.hxx index a7db1f7e77c8..f594638d4101 100644 --- a/vcl/inc/svdata.hxx +++ b/vcl/inc/svdata.hxx @@ -373,10 +373,6 @@ bool ImplInitAccessBridge( bool bAllowCancel, bool &rCancelled ); FieldUnitStringList* ImplGetFieldUnits(); FieldUnitStringList* ImplGetCleanedFieldUnits(); - -inline const String& ImplGetSVEmptyStr() - { return String::EmptyString(); } - // ImplDelData is used as a "dog tag" by a window when it // does something that could indirectly destroy the window // TODO: wild destruction of a window should not be possible |