summaryrefslogtreecommitdiff
path: root/sw/source/uibase/web/wgrfsh.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/web/wgrfsh.cxx')
-rw-r--r--sw/source/uibase/web/wgrfsh.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/web/wgrfsh.cxx b/sw/source/uibase/web/wgrfsh.cxx
index 66fc2235d657..d0b2b0ba1740 100644
--- a/sw/source/uibase/web/wgrfsh.cxx
+++ b/sw/source/uibase/web/wgrfsh.cxx
@@ -34,7 +34,7 @@ SFX_IMPL_INTERFACE(SwWebGrfShell, SwGrfShell)
void SwWebGrfShell::InitInterface_Impl()
{
- GetStaticInterface()->RegisterPopupMenu("graphic");
+ GetStaticInterface()->RegisterPopupMenu(u"graphic"_ustr);
GetStaticInterface()->RegisterObjectBar(SFX_OBJECTBAR_OBJECT, SfxVisibilityFlags::Invisible, ToolbarId::Webgraphic_Toolbox);
}
@@ -44,7 +44,7 @@ SwWebGrfShell::SwWebGrfShell(SwView &_rView) :
SwGrfShell(_rView)
{
- SetName("Graphic");
+ SetName(u"Graphic"_ustr);
}
SwWebGrfShell::~SwWebGrfShell()