[Libreoffice-commits] core.git: connectivity/source

Andrzej J.R. Hunt andrzej at ahunt.org
Sun Oct 27 12:30:51 PDT 2013


 connectivity/source/drivers/firebird/ResultSet.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 0ef3db356357a419328b073ae74f92077f426c17
Author: Andrzej J.R. Hunt <andrzej at ahunt.org>
Date:   Sun Oct 27 19:30:19 2013 +0000

    Remove redundant comment.
    
    Change-Id: I317f83e8aca7f61148385763bc1f0a78a84530d8

diff --git a/connectivity/source/drivers/firebird/ResultSet.cxx b/connectivity/source/drivers/firebird/ResultSet.cxx
index 1e96d66..2acaac6 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);
 }
 


More information about the Libreoffice-commits mailing list