diff options
Diffstat (limited to 'sw/source/ui/vba/vbaframe.cxx')
-rw-r--r-- | sw/source/ui/vba/vbaframe.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/vba/vbaframe.cxx b/sw/source/ui/vba/vbaframe.cxx index b3a0180fb1d5..009fdec250a7 100644 --- a/sw/source/ui/vba/vbaframe.cxx +++ b/sw/source/ui/vba/vbaframe.cxx @@ -42,7 +42,7 @@ void SAL_CALL SwVbaFrame::Select() OUString SwVbaFrame::getServiceImplName() { - return "SwVbaFrame"; + return u"SwVbaFrame"_ustr; } uno::Sequence< OUString > @@ -50,7 +50,7 @@ SwVbaFrame::getServiceNames() { static uno::Sequence< OUString > const aServiceNames { - "ooo.vba.word.Frame" + u"ooo.vba.word.Frame"_ustr }; return aServiceNames; } |