diff options
Diffstat (limited to 'sw/source/ui/vba/vbadialog.cxx')
-rw-r--r-- | sw/source/ui/vba/vbadialog.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/vba/vbadialog.cxx b/sw/source/ui/vba/vbadialog.cxx index f6af8f113e87..5661851e7661 100644 --- a/sw/source/ui/vba/vbadialog.cxx +++ b/sw/source/ui/vba/vbadialog.cxx @@ -57,7 +57,7 @@ SwVbaDialog::mapIndexToName( sal_Int32 nIndex ) OUString SwVbaDialog::getServiceImplName() { - return "SwVbaDialog"; + return u"SwVbaDialog"_ustr; } uno::Sequence< OUString > @@ -65,7 +65,7 @@ SwVbaDialog::getServiceNames() { static uno::Sequence< OUString > const aServiceNames { - "ooo.vba.word.Dialog" + u"ooo.vba.word.Dialog"_ustr }; return aServiceNames; } |