summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorAndrzej J.R. Hunt <andrzej@ahunt.org>2013-09-11 10:15:17 +0100
committerAndrzej J.R. Hunt <andrzej@ahunt.org>2013-09-11 18:40:44 +0100
commitc461cc8473e17f239aa1a7acacb850d3e5ed571f (patch)
tree2e13d4f312d8c2681b3b3a3161176991e3b00402 /connectivity
parent2a9c0cb864b1a8886d18447e8b00565426a91e2c (diff)
Remove redundant comment. (firebird-sdbc)
Change-Id: I17105f474dea07a1a980252309a3ccd88a558db9
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/firebird/DatabaseMetaData.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/connectivity/source/drivers/firebird/DatabaseMetaData.cxx b/connectivity/source/drivers/firebird/DatabaseMetaData.cxx
index 647d15b8bea9..b9d2395b23e6 100644
--- a/connectivity/source/drivers/firebird/DatabaseMetaData.cxx
+++ b/connectivity/source/drivers/firebird/DatabaseMetaData.cxx
@@ -885,8 +885,6 @@ uno::Reference< XResultSet > SAL_CALL ODatabaseMetaData::getTypeInfo()
aRow[17] = new ORowSetValueDecorator(); // Unused
aRow[18] = new ORowSetValueDecorator(sal_Int16(10));// Radix
- // TODO: sort by DATA_TYPE
-
// SQL_TEXT
aRow[1] = new ORowSetValueDecorator(OUString("CHAR"));
aRow[2] = new ORowSetValueDecorator(getColumnTypeFromFBType(SQL_TEXT));