From 5a602ed852b872f87893169062ec47041e013fb9 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 20 May 2024 09:13:38 +0200 Subject: loplugin:ostr in sc/.../vba Change-Id: Ifdf0ebba617432f49e2c14c8a52c495dc1c6a36a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167853 Reviewed-by: Noel Grandin Tested-by: Jenkins --- sc/source/ui/vba/vbaoutline.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sc/source/ui/vba/vbaoutline.cxx') 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; } -- cgit