summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbaoutline.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2024-05-20 09:13:38 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-05-20 14:40:36 +0200
commit5a602ed852b872f87893169062ec47041e013fb9 (patch)
tree96ab465383046e1c5456ec44e92c4459eb474feb /sc/source/ui/vba/vbaoutline.cxx
parent9312f954b6d636f232a72e35aa2767e450690793 (diff)
loplugin:ostr in sc/.../vba
Change-Id: Ifdf0ebba617432f49e2c14c8a52c495dc1c6a36a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167853 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Jenkins
Diffstat (limited to 'sc/source/ui/vba/vbaoutline.cxx')
-rw-r--r--sc/source/ui/vba/vbaoutline.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/vba/vbaoutline.cxx b/sc/source/ui/vba/vbaoutline.cxx
index 60bc12921b4d..a8e6dba877ae 100644
--- a/sc/source/ui/vba/vbaoutline.cxx
+++ b/sc/source/ui/vba/vbaoutline.cxx
@@ -42,7 +42,7 @@ ScVbaOutline::ShowLevels( const uno::Any& RowLevels, const uno::Any& ColumnLevel
OUString
ScVbaOutline::getServiceImplName()
{
- return "ScVbaOutline";
+ return u"ScVbaOutline"_ustr;
}
uno::Sequence< OUString >
@@ -50,7 +50,7 @@ ScVbaOutline::getServiceNames()
{
static uno::Sequence< OUString > const aServiceNames
{
- "ooo.vba.excel.Outline"
+ u"ooo.vba.excel.Outline"_ustr
};
return aServiceNames;
}