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

New commits:
commit 0ef3db356357a419328b073ae74f92077f426c17
Author: Andrzej J.R. Hunt <andr...@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);
 }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to