summaryrefslogtreecommitdiff
path: root/sw/source/uibase/envelp/labimg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/envelp/labimg.cxx')
-rw-r--r--sw/source/uibase/envelp/labimg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/envelp/labimg.cxx b/sw/source/uibase/envelp/labimg.cxx
index b87f9bf5fb29..aab428d59426 100644
--- a/sw/source/uibase/envelp/labimg.cxx
+++ b/sw/source/uibase/envelp/labimg.cxx
@@ -257,7 +257,7 @@ Sequence<OUString> SwLabCfgItem::GetPropertyNames() const
}
SwLabCfgItem::SwLabCfgItem(bool bLabel) :
- ConfigItem(bLabel ? OUString("Office.Writer/Label") : OUString("Office.Writer/BusinessCard")),
+ ConfigItem(bLabel ? u"Office.Writer/Label"_ustr : u"Office.Writer/BusinessCard"_ustr),
m_bIsLabel(bLabel)
{
Sequence<OUString> aNames = GetPropertyNames();