Kaydet (Commit) 56a2bc14 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

css.sdbc.XResultSet.getRow return type is long

Change-Id: I764a88f110f5528cabc1e223ffc63079954c534f
üst 4bece188
......@@ -631,7 +631,7 @@ sal_Int32 SAL_CALL SbaXFormAdapter::getRow() throw( ::com::sun::star::sdbc::SQLE
{
if (m_xMainForm.is())
return m_xMainForm->getRow();
return sal_False;
return 0;
}
sal_Bool SAL_CALL SbaXFormAdapter::absolute(sal_Int32 row) throw( ::com::sun::star::sdbc::SQLException, RuntimeException, std::exception )
......
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