From 8b6c64513d6e3e2161f06c38fc093e47216dabb1 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 30 Jul 2019 17:57:47 +0200 Subject: Improved loplugin:stringconstant (now that GCC 7 supports it): comphelper Change-Id: Ie0d3604b8742aed139131d523f6c7371bc02b7c3 Reviewed-on: https://gerrit.libreoffice.org/76691 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- comphelper/source/compare/AnyCompareFactory.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'comphelper/source/compare/AnyCompareFactory.cxx') diff --git a/comphelper/source/compare/AnyCompareFactory.cxx b/comphelper/source/compare/AnyCompareFactory.cxx index 928456bd79f3..a912bb62e156 100644 --- a/comphelper/source/compare/AnyCompareFactory.cxx +++ b/comphelper/source/compare/AnyCompareFactory.cxx @@ -108,7 +108,7 @@ void SAL_CALL AnyCompareFactory::initialize( const Sequence< Any >& aArguments ) OUString SAL_CALL AnyCompareFactory::getImplementationName( ) { - return OUString( "AnyCompareFactory" ); + return "AnyCompareFactory"; } sal_Bool SAL_CALL AnyCompareFactory::supportsService( const OUString& ServiceName ) -- cgit