diff options
Diffstat (limited to 'sw/source/ui/vba/vbasection.cxx')
-rw-r--r-- | sw/source/ui/vba/vbasection.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/vba/vbasection.cxx b/sw/source/ui/vba/vbasection.cxx index 40ecdaabd5cb..a63d6f4a50d8 100644 --- a/sw/source/ui/vba/vbasection.cxx +++ b/sw/source/ui/vba/vbasection.cxx @@ -68,7 +68,7 @@ SwVbaSection::PageSetup( ) OUString SwVbaSection::getServiceImplName() { - return "SwVbaSection"; + return u"SwVbaSection"_ustr; } uno::Sequence< OUString > @@ -76,7 +76,7 @@ SwVbaSection::getServiceNames() { static uno::Sequence< OUString > const aServiceNames { - "ooo.vba.word.Section" + u"ooo.vba.word.Section"_ustr }; return aServiceNames; } |