summaryrefslogtreecommitdiff
path: root/connectivity/source/sdbcx/VKeyColumn.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2024-05-06 18:31:04 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-05-07 08:46:13 +0200
commit4d97239b7a92c8dc1c1ee9a6474768ed1e744ef5 (patch)
tree32e917a1de76d285fc35c8646cf668a482b5ce9c /connectivity/source/sdbcx/VKeyColumn.cxx
parentb667543a2a63b3933630032b5470db8bc3eefaf9 (diff)
loplugin:ostr in connectivity
Change-Id: Ice633719b05240ab5a052b62ca4eafe89f97e12f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167238 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'connectivity/source/sdbcx/VKeyColumn.cxx')
-rw-r--r--connectivity/source/sdbcx/VKeyColumn.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/sdbcx/VKeyColumn.cxx b/connectivity/source/sdbcx/VKeyColumn.cxx
index e22620fb599d..4bf85159d932 100644
--- a/connectivity/source/sdbcx/VKeyColumn.cxx
+++ b/connectivity/source/sdbcx/VKeyColumn.cxx
@@ -32,13 +32,13 @@ using namespace cppu;
OUString SAL_CALL OKeyColumn::getImplementationName( )
{
if(isNew())
- return "com.sun.star.sdbcx.VKeyColumnDescriptor";
- return "com.sun.star.sdbcx.VKeyColumn";
+ return u"com.sun.star.sdbcx.VKeyColumnDescriptor"_ustr;
+ return u"com.sun.star.sdbcx.VKeyColumn"_ustr;
}
css::uno::Sequence< OUString > SAL_CALL OKeyColumn::getSupportedServiceNames( )
{
- return { isNew()?OUString("com.sun.star.sdbcx.KeyColumnDescriptor"):OUString("com.sun.star.sdbcx.KeyColumn") };
+ return { isNew()?u"com.sun.star.sdbcx.KeyColumnDescriptor"_ustr:u"com.sun.star.sdbcx.KeyColumn"_ustr };
}
sal_Bool SAL_CALL OKeyColumn::supportsService( const OUString& _rServiceName )