dbaccess::OKeySet::wasNull(): OSL_ENSURE we have a m_xRow

Change-Id: I087d2893d853f431d27c592ba26bdc16e0a9cb84
This commit is contained in:
Lionel Elie Mamane
2012-06-01 11:38:59 +02:00
parent 228c360e7d
commit 3c436c2b0c

View File

@@ -1416,6 +1416,7 @@ void OKeySet::fillAllRows()
sal_Bool SAL_CALL OKeySet::wasNull( ) throw(SQLException, RuntimeException)
{
RTL_LOGFILE_CONTEXT_AUTHOR( aLogger, "dbaccess", "Ocke.Janssen@sun.com", "OKeySet::wasNull" );
OSL_ENSURE(m_xRow.is(),"m_xRow is null!");
return m_xRow->wasNull();
}