Improved loplugin:stringconstant (now that GCC 7 supports it): formula

Change-Id: Ifbe74d3d1d08f150844de33201f60059d62e5e4b
Reviewed-on: https://gerrit.libreoffice.org/76675
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
Stephan Bergmann
2019-07-30 17:54:45 +02:00
parent 541aad457c
commit 27dcfba100

View File

@@ -87,7 +87,7 @@ OUString SAL_CALL FormulaOpCodeMapperObj::getImplementationName( )
OUString FormulaOpCodeMapperObj::getImplementationName_Static()
{
return OUString( "simple.formula.FormulaOpCodeMapperObj" );
return "simple.formula.FormulaOpCodeMapperObj";
}
uno::Sequence< OUString > SAL_CALL FormulaOpCodeMapperObj::getSupportedServiceNames( )