summaryrefslogtreecommitdiff
path: root/ucb/source/sorter/sortdynres.cxx
diff options
context:
space:
mode:
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 )