summaryrefslogtreecommitdiff
path: root/sw/source/uibase/web/wformsh.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/web/wformsh.cxx')
-rw-r--r--sw/source/uibase/web/wformsh.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/web/wformsh.cxx b/sw/source/uibase/web/wformsh.cxx
index 1d65b62b3607..e6bc489fee9a 100644
--- a/sw/source/uibase/web/wformsh.cxx
+++ b/sw/source/uibase/web/wformsh.cxx
@@ -32,7 +32,7 @@ SFX_IMPL_SUPERCLASS_INTERFACE(SwWebDrawFormShell, SwDrawFormShell)
void SwWebDrawFormShell::InitInterface_Impl()
{
- GetStaticInterface()->RegisterPopupMenu("form");
+ GetStaticInterface()->RegisterPopupMenu(u"form"_ustr);
GetStaticInterface()->RegisterObjectBar(SFX_OBJECTBAR_OBJECT, SfxVisibilityFlags::Invisible, ToolbarId::Text_Toolbox_Sw);
}