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:
@@ -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( )
|
||||
|
Reference in New Issue
Block a user