Kaydet (Commit) 0ef3db35 authored tarafından Andrzej J.R. Hunt's avatar Andrzej J.R. Hunt

Remove redundant comment.

Change-Id: I317f83e8aca7f61148385763bc1f0a78a84530d8
üst 05e50fd5
......@@ -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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment