diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-07-30 17:57:47 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-07-31 13:00:27 +0200 |
commit | 8b6c64513d6e3e2161f06c38fc093e47216dabb1 (patch) | |
tree | 664ca36207e125d4eb03a7cdb026d851987271fe /comphelper/source/compare/AnyCompareFactory.cxx | |
parent | 6c145a826f4ecebcc387b0bd1dac018980b90bf9 (diff) |
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 <sbergman@redhat.com>
Diffstat (limited to 'comphelper/source/compare/AnyCompareFactory.cxx')
-rw-r--r-- | comphelper/source/compare/AnyCompareFactory.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) |