summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/evoab2/NDatabaseMetaData.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/evoab2/NDatabaseMetaData.cxx')
-rw-r--r--connectivity/source/drivers/evoab2/NDatabaseMetaData.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/drivers/evoab2/NDatabaseMetaData.cxx b/connectivity/source/drivers/evoab2/NDatabaseMetaData.cxx
index d677c4fe9ae7..ead76b086ce5 100644
--- a/connectivity/source/drivers/evoab2/NDatabaseMetaData.cxx
+++ b/connectivity/source/drivers/evoab2/NDatabaseMetaData.cxx
@@ -1140,7 +1140,7 @@ Reference< XResultSet > SAL_CALL OEvoabDatabaseMetaData::getTables(
ORowSetValueDecoratorRef(),
ORowSetValueDecoratorRef(),
new ORowSetValueDecorator(aHumanName), //tablename
- new ORowSetValueDecorator(aTable),
+ new ORowSetValueDecorator(ORowSetValue(aTable)),
new ORowSetValueDecorator(aUID)}; //comment
//I'd prefer to swap the comment and the human name and
//just use e_source_registry_ref_source(get_e_source_registry(), aUID);
@@ -1195,7 +1195,7 @@ Reference< XResultSet > SAL_CALL OEvoabDatabaseMetaData::getTables(
ORowSetValueDecoratorRef(),
ORowSetValueDecoratorRef(),
new ORowSetValueDecorator(aName),
- new ORowSetValueDecorator(aTable),
+ new ORowSetValueDecorator(ORowSetValue(aTable)),
ODatabaseMetaDataResultSet::getEmptyValue()};
aRows.push_back(aRow);
}