diff options
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/evoab2/NDatabaseMetaData.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/evoab2/NDatabaseMetaData.cxx b/connectivity/source/drivers/evoab2/NDatabaseMetaData.cxx index fc6a12a5979b..5e84a27e13fb 100644 --- a/connectivity/source/drivers/evoab2/NDatabaseMetaData.cxx +++ b/connectivity/source/drivers/evoab2/NDatabaseMetaData.cxx @@ -277,7 +277,7 @@ ODatabaseMetaDataResultSet::ORows OEvoabDatabaseMetaData::getColumnRows( const O aRow[11] = new ORowSetValueDecorator(s_nNULLABLE); // REMARKS aRow[12] = ODatabaseMetaDataResultSet::getEmptyValue(); - // COULUMN_DEF, not used + // COLUMN_DEF, not used aRow[13] = ODatabaseMetaDataResultSet::getEmptyValue(); // SQL_DATA_TYPE, not used aRow[14] = ODatabaseMetaDataResultSet::getEmptyValue(); |