#100000# get rid of warning
This commit is contained in:
parent
23e8f53581
commit
5e0646b43f
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue