summaryrefslogtreecommitdiff
path: root/ucb/source/sorter/sortdynres.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-07-30 17:46:52 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-07-31 12:53:24 +0200
commiteda2eb3014cadbc5f9818c84b9a698682a6061e6 (patch)
tree7edc13d3e550f9412b61e1db6d948d18544bca6c /ucb/source/sorter/sortdynres.cxx
parenta8dfa13fe0f99638f21795dbbb6b5050d5f2fb57 (diff)
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 <sbergman@redhat.com>
Diffstat (limited to 'ucb/source/sorter/sortdynres.cxx')
-rw-r--r--ucb/source/sorter/sortdynres.cxx4
1 files changed, 2 insertions, 2 deletions
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 )