diff options
Diffstat (limited to 'sw/source/ui/vba/vbaframes.cxx')
-rw-r--r-- | sw/source/ui/vba/vbaframes.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/vba/vbaframes.cxx b/sw/source/ui/vba/vbaframes.cxx index 376082054b18..ff15f17f6827 100644 --- a/sw/source/ui/vba/vbaframes.cxx +++ b/sw/source/ui/vba/vbaframes.cxx @@ -84,7 +84,7 @@ SwVbaFrames::createCollectionObject( const css::uno::Any& aSource ) OUString SwVbaFrames::getServiceImplName() { - return "SwVbaFrames"; + return u"SwVbaFrames"_ustr; } css::uno::Sequence<OUString> @@ -92,7 +92,7 @@ SwVbaFrames::getServiceNames() { static uno::Sequence< OUString > const sNames { - "ooo.vba.word.Frames" + u"ooo.vba.word.Frames"_ustr }; return sNames; } |