summaryrefslogtreecommitdiff
path: root/sw/source/uibase/globdoc
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/globdoc
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/globdoc')
-rw-r--r--sw/source/uibase/globdoc/globdoc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/globdoc/globdoc.cxx b/sw/source/uibase/globdoc/globdoc.cxx
index 283b5a016a45..bd067a528f2a 100644
--- a/sw/source/uibase/globdoc/globdoc.cxx
+++ b/sw/source/uibase/globdoc/globdoc.cxx
@@ -29,7 +29,7 @@
// Description: Register all filters
-SFX_IMPL_OBJECTFACTORY( SwGlobalDocShell, SvGlobalName(SO3_SWGLOB_CLASSID), "swriter/GlobalDocument" )
+SFX_IMPL_OBJECTFACTORY( SwGlobalDocShell, SvGlobalName(SO3_SWGLOB_CLASSID), u"swriter/GlobalDocument"_ustr )
SwGlobalDocShell::SwGlobalDocShell(SfxObjectCreateMode eMode ) :
SwDocShell(eMode)