summaryrefslogtreecommitdiffstats
path: root/connectivity
diff options
context:
space:
mode:
authorAndrzej J.R. Hunt <andrzej@ahunt.org>2013-10-27 19:30:19 +0000
committerAndrzej J.R. Hunt <andrzej@ahunt.org>2013-10-27 19:30:19 +0000
commit0ef3db356357a419328b073ae74f92077f426c17 (patch)
tree73541b8f23d0e55e634c5b1391177b7409f61087 /connectivity
parentFirebird: Use explicit integer sizes. (diff)
downloadcore-0ef3db356357a419328b073ae74f92077f426c17.tar.gz
core-0ef3db356357a419328b073ae74f92077f426c17.zip
Remove redundant comment.
Change-Id: I317f83e8aca7f61148385763bc1f0a78a84530d8
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/firebird/ResultSet.cxx1
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);
}