diff options
Diffstat (limited to 'sw/source/ui/vba/vbacontentcontrols.cxx')
-rw-r--r-- | sw/source/ui/vba/vbacontentcontrols.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/vba/vbacontentcontrols.cxx b/sw/source/ui/vba/vbacontentcontrols.cxx index 37199e2cec2d..5a7dccef17f5 100644 --- a/sw/source/ui/vba/vbacontentcontrols.cxx +++ b/sw/source/ui/vba/vbacontentcontrols.cxx @@ -257,11 +257,11 @@ uno::Reference<container::XEnumeration> SwVbaContentControls::createEnumeration( uno::Any SwVbaContentControls::createCollectionObject(const uno::Any& aSource) { return aSource; } -OUString SwVbaContentControls::getServiceImplName() { return "SwVbaContentControls"; } +OUString SwVbaContentControls::getServiceImplName() { return u"SwVbaContentControls"_ustr; } uno::Sequence<OUString> SwVbaContentControls::getServiceNames() { - static uno::Sequence<OUString> const sNames{ "ooo.vba.word.ContentControls" }; + static uno::Sequence<OUString> const sNames{ u"ooo.vba.word.ContentControls"_ustr }; return sNames; } |