diff options
author | Andrzej J.R. Hunt <andrzej@ahunt.org> | 2013-10-27 19:30:19 +0000 |
---|---|---|
committer | Andrzej J.R. Hunt <andrzej@ahunt.org> | 2013-10-27 19:30:19 +0000 |
commit | 0ef3db356357a419328b073ae74f92077f426c17 (patch) | |
tree | 73541b8f23d0e55e634c5b1391177b7409f61087 /connectivity | |
parent | 05e50fd54bc94730c3129e71f967cd74324b6851 (diff) |
Remove redundant comment.
Change-Id: I317f83e8aca7f61148385763bc1f0a78a84530d8
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/firebird/ResultSet.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/connectivity/source/drivers/firebird/ResultSet.cxx b/connectivity/source/drivers/firebird/ResultSet.cxx index 1e96d661fc12..2acaac6b4a42 100644 --- a/connectivity/source/drivers/firebird/ResultSet.cxx +++ b/connectivity/source/drivers/firebird/ResultSet.cxx @@ -609,7 +609,6 @@ double SAL_CALL OResultSet::getDouble(sal_Int32 columnIndex) OUString SAL_CALL OResultSet::getString(sal_Int32 nIndex) throw(SQLException, RuntimeException) { - // TODO: special handling for char type? return safelyRetrieveValue< OUString >(nIndex); } |