#100000# get rid of warning

This commit is contained in:
Release Engineers 2009-03-19 10:12:17 +00:00
parent 23e8f53581
commit 5e0646b43f

View file

@ -808,11 +808,12 @@ sal_Bool SAL_CALL CachedContentResultSet
aGuard.reacquire();
m_nLastAppliedPos += nM;
m_bAfterLastApplied = nRow != m_nLastAppliedPos;
return nRow == m_nLastAppliedPos;
}
else
throw rEx;
}
return nRow == m_nLastAppliedPos;
}
else
return sal_True;