summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbacolumn.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/vbacolumn.cxx')
-rw-r--r--sw/source/ui/vba/vbacolumn.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/vba/vbacolumn.cxx b/sw/source/ui/vba/vbacolumn.cxx
index c4411bfab493..fe7837c0f64e 100644
--- a/sw/source/ui/vba/vbacolumn.cxx
+++ b/sw/source/ui/vba/vbacolumn.cxx
@@ -75,7 +75,7 @@ void SwVbaColumn::SelectColumn( const uno::Reference< frame::XModel >& xModel, c
OUString
SwVbaColumn::getServiceImplName()
{
- return "SwVbaColumn";
+ return u"SwVbaColumn"_ustr;
}
uno::Sequence< OUString >
@@ -83,7 +83,7 @@ SwVbaColumn::getServiceNames()
{
static uno::Sequence< OUString > const aServiceNames
{
- "ooo.vba.word.Column"
+ u"ooo.vba.word.Column"_ustr
};
return aServiceNames;
}