Kaydet (Commit) 8c0cf0bc authored tarafından Lionel Elie Mamane's avatar Lionel Elie Mamane

setBound(true) is the default

Anyway, setting bound only on the *last* column we are going to fetch does not make sense.
Either all of of them or none.

Change-Id: I54e8e6b7d33863d1662167b370739cb7d39c0bc4
üst 7e93a26f
......@@ -1495,7 +1495,6 @@ void OResultSet::fillRow(const sal_Int32 _nToColumn)
if((sal_Int32)m_aRow.size() <= _nToColumn)
{
m_aRow.resize(_nToColumn+1);
m_aRow[_nToColumn].setBound(sal_True);
}
m_bFetchData = sal_False;
......
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