summaryrefslogtreecommitdiff
path: root/sfx2/source/config
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/config')
-rw-r--r--sfx2/source/config/evntconf.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/config/evntconf.cxx b/sfx2/source/config/evntconf.cxx
index e84f772c943e..33ab223a27a3 100644
--- a/sfx2/source/config/evntconf.cxx
+++ b/sfx2/source/config/evntconf.cxx
@@ -102,7 +102,7 @@ bool SfxEventNamesItem::GetPresentation( SfxItemPresentation,
OUString &rText,
const IntlWrapper* ) const
{
- rText = OUString();
+ rText.clear();
return false;
}