From eda2eb3014cadbc5f9818c84b9a698682a6061e6 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 30 Jul 2019 17:46:52 +0200 Subject: Improved loplugin:stringconstant (now that GCC 7 supports it): ucb Change-Id: Id9c3a97bdb3eaa69973d3742ce57257800fa21ae Reviewed-on: https://gerrit.libreoffice.org/76634 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- ucb/source/sorter/sortdynres.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ucb/source/sorter/sortdynres.cxx') diff --git a/ucb/source/sorter/sortdynres.cxx b/ucb/source/sorter/sortdynres.cxx index 26e4e761e61f..7d8117c9a7c9 100644 --- a/ucb/source/sorter/sortdynres.cxx +++ b/ucb/source/sorter/sortdynres.cxx @@ -84,7 +84,7 @@ SortedDynamicResultSet::~SortedDynamicResultSet() OUString SAL_CALL SortedDynamicResultSet::getImplementationName() { - return OUString( "com.sun.star.comp.ucb.SortedDynamicResultSet" ); + return "com.sun.star.comp.ucb.SortedDynamicResultSet"; } sal_Bool SAL_CALL SortedDynamicResultSet::supportsService( const OUString& ServiceName ) @@ -424,7 +424,7 @@ OUString SAL_CALL SortedDynamicResultSetFactory::getImplementationName() OUString SortedDynamicResultSetFactory::getImplementationName_Static() { - return OUString( "com.sun.star.comp.ucb.SortedDynamicResultSetFactory" ); + return "com.sun.star.comp.ucb.SortedDynamicResultSetFactory"; } sal_Bool SAL_CALL SortedDynamicResultSetFactory::supportsService( const OUString& ServiceName ) -- cgit v1.2.3