diff options
Diffstat (limited to 'sw/source/ui/vba/vbacell.cxx')
-rw-r--r-- | sw/source/ui/vba/vbacell.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/vba/vbacell.cxx b/sw/source/ui/vba/vbacell.cxx index a24dd3dd1c3c..a243264836e6 100644 --- a/sw/source/ui/vba/vbacell.cxx +++ b/sw/source/ui/vba/vbacell.cxx @@ -86,7 +86,7 @@ void SAL_CALL SwVbaCell::SetHeight( float height, sal_Int32 heightrule ) OUString SwVbaCell::getServiceImplName() { - return "SwVbaCell"; + return u"SwVbaCell"_ustr; } uno::Sequence< OUString > @@ -94,7 +94,7 @@ SwVbaCell::getServiceNames() { static uno::Sequence< OUString > const aServiceNames { - "ooo.vba.word.Cell" + u"ooo.vba.word.Cell"_ustr }; return aServiceNames; } |