summaryrefslogtreecommitdiff
path: root/ucb/source/cacher/cachedcontentresultset.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2024-05-14 09:41:57 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-05-15 18:02:14 +0200
commit045a21f08abff10592fe303abf0f311a83777e81 (patch)
tree9c5fe8e292d1850737a68836df77bc999d2742a9 /ucb/source/cacher/cachedcontentresultset.cxx
parent534d3818aedfa95ad73935235462f5ec2817f5da (diff)
loplugin:ostr in ucb
Change-Id: Ic2209e0fbc7035a909eebdbb085d77c9353988cb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167655 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Jenkins
Diffstat (limited to 'ucb/source/cacher/cachedcontentresultset.cxx')
-rw-r--r--ucb/source/cacher/cachedcontentresultset.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/ucb/source/cacher/cachedcontentresultset.cxx b/ucb/source/cacher/cachedcontentresultset.cxx
index 89552ceca2a0..4ae55da582e8 100644
--- a/ucb/source/cacher/cachedcontentresultset.cxx
+++ b/ucb/source/cacher/cachedcontentresultset.cxx
@@ -912,7 +912,7 @@ XTYPEPROVIDER_IMPL_11( CachedContentResultSet
OUString SAL_CALL CachedContentResultSet::getImplementationName()
{
- return "com.sun.star.comp.ucb.CachedContentResultSet";
+ return u"com.sun.star.comp.ucb.CachedContentResultSet"_ustr;
}
sal_Bool SAL_CALL CachedContentResultSet::supportsService( const OUString& ServiceName )
@@ -922,7 +922,7 @@ sal_Bool SAL_CALL CachedContentResultSet::supportsService( const OUString& Servi
css::uno::Sequence< OUString > SAL_CALL CachedContentResultSet::getSupportedServiceNames()
{
- return { "com.sun.star.ucb.CachedContentResultSet" };
+ return { u"com.sun.star.ucb.CachedContentResultSet"_ustr };
}
@@ -1998,7 +1998,7 @@ CachedContentResultSetFactory::~CachedContentResultSetFactory()
OUString SAL_CALL CachedContentResultSetFactory::getImplementationName()
{
- return "com.sun.star.comp.ucb.CachedContentResultSetFactory";
+ return u"com.sun.star.comp.ucb.CachedContentResultSetFactory"_ustr;
}
sal_Bool SAL_CALL CachedContentResultSetFactory::supportsService( const OUString& ServiceName )
{
@@ -2006,7 +2006,7 @@ sal_Bool SAL_CALL CachedContentResultSetFactory::supportsService( const OUString
}
css::uno::Sequence< OUString > SAL_CALL CachedContentResultSetFactory::getSupportedServiceNames()
{
- return { "com.sun.star.ucb.CachedContentResultSetFactory" };
+ return { u"com.sun.star.ucb.CachedContentResultSetFactory"_ustr };
}
// Service factory implementation.