summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/mork/MCatalog.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-02 15:04:05 +0200
committerNoel Grandin <noel@peralex.com>2015-11-02 15:04:05 +0200
commitc7e36de2389bc60036160f4c13e5c4f7fd3673c1 (patch)
treefc892c037dcfe50239cf84a5a26547715730f75d /connectivity/source/drivers/mork/MCatalog.cxx
parent7408498de37be05159f84cf0c8116313d3c196df (diff)
loplugin:stringconstant
Change-Id: I736e0d63ed891aee1582844aff25b9bdacab8db9
Diffstat (limited to 'connectivity/source/drivers/mork/MCatalog.cxx')
-rw-r--r--connectivity/source/drivers/mork/MCatalog.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/mork/MCatalog.cxx b/connectivity/source/drivers/mork/MCatalog.cxx
index 88d4c2065730..9a4e935854bb 100644
--- a/connectivity/source/drivers/mork/MCatalog.cxx
+++ b/connectivity/source/drivers/mork/MCatalog.cxx
@@ -53,7 +53,7 @@ void OCatalog::refreshTables()
Sequence< OUString > aTypes(1);
aTypes[0] = "%";
Reference< XResultSet > xResult = m_xMetaData->getTables(Any(),
- OUString("%"),OUString("%"),aTypes);
+ "%", "%", aTypes);
if(xResult.is())
{