From ef59252a7a3e9474569710866ab4ff5c1225cff7 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 30 Jul 2019 17:49:42 +0200 Subject: Improved loplugin:stringconstant (now that GCC 7 supports it): sc Change-Id: I1bfd2bb623aac5ac457a0b719da64ab393ccd0ba Reviewed-on: https://gerrit.libreoffice.org/76654 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- sc/source/ui/unoobj/appluno.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/source/ui/unoobj/appluno.cxx') diff --git a/sc/source/ui/unoobj/appluno.cxx b/sc/source/ui/unoobj/appluno.cxx index 1f14265e5a2b..6cddcc87988b 100644 --- a/sc/source/ui/unoobj/appluno.cxx +++ b/sc/source/ui/unoobj/appluno.cxx @@ -190,7 +190,7 @@ uno::Reference ScSpreadsheetSettings_CreateInstance( OUString ScSpreadsheetSettings::getImplementationName_Static() { - return OUString( "stardiv.StarCalc.ScSpreadsheetSettings" ); + return "stardiv.StarCalc.ScSpreadsheetSettings"; } uno::Sequence ScSpreadsheetSettings::getSupportedServiceNames_Static() -- cgit