summaryrefslogtreecommitdiff
path: root/sw/source/uibase/config/barcfg.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2024-06-10 10:36:45 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-06-10 12:15:17 +0200
commit18ef391582e1f8db5838dfc1aaff36f78ce51447 (patch)
tree34f19156e59bf0bf08a9b05102849332cf465684 /sw/source/uibase/config/barcfg.cxx
parentd25de4a04671c2f380fc86a58259b073c49dfe19 (diff)
loplugin:ostr in sw/../uibase
Change-Id: I4f4284b55d481caa006743688e6d83cc3c713b5c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168601 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/uibase/config/barcfg.cxx')
-rw-r--r--sw/source/uibase/config/barcfg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/config/barcfg.cxx b/sw/source/uibase/config/barcfg.cxx
index 021b36cb733f..2c04369d6dcc 100644
--- a/sw/source/uibase/config/barcfg.cxx
+++ b/sw/source/uibase/config/barcfg.cxx
@@ -32,7 +32,7 @@ using namespace com::sun::star::uno;
#define SEL_TYPE_GRAPHIC 4
SwToolbarConfigItem::SwToolbarConfigItem( bool bWeb ) :
- ConfigItem(bWeb ? OUString("Office.WriterWeb/ObjectBar") : OUString("Office.Writer/ObjectBar"),
+ ConfigItem(bWeb ? u"Office.WriterWeb/ObjectBar"_ustr : u"Office.Writer/ObjectBar"_ustr,
ConfigItemMode::ReleaseTree)
{
for(int i = 0; i <= SEL_TYPE_GRAPHIC; ++i)