summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/writer/WDatabaseMetaData.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/drivers/writer/WDatabaseMetaData.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/drivers/writer/WDatabaseMetaData.cxx')
-rw-r--r--connectivity/source/drivers/writer/WDatabaseMetaData.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/writer/WDatabaseMetaData.cxx b/connectivity/source/drivers/writer/WDatabaseMetaData.cxx
index 1eed92ddcf07..29a6ab9379e2 100644
--- a/connectivity/source/drivers/writer/WDatabaseMetaData.cxx
+++ b/connectivity/source/drivers/writer/WDatabaseMetaData.cxx
@@ -53,7 +53,7 @@ uno::Reference<sdbc::XResultSet> SAL_CALL OWriterDatabaseMetaData::getTables(
// check if ORowSetValue type is given
// when no types are given then we have to return all tables e.g. TABLE
- OUString aTable("TABLE");
+ OUString aTable(u"TABLE"_ustr);
bool bTableFound = true;
sal_Int32 nLength = types.getLength();