https://bugs.freedesktop.org/show_bug.cgi?id=45912

--- Comment #4 from Lionel Elie Mamane <[email protected]> 2012-07-05 08:58:31 
PDT ---
There is no further LibreOffice 3.4 bugfix release planned. Closing as fixed in
3.5 and later.

FYI, the patch to fix this is most probably (but I haven't tested that)

--- a/connectivity/source/drivers/ado/AResultSet.cxx
+++ b/connectivity/source/drivers/ado/AResultSet.cxx
@@ -401,7 +399,7 @@ void SAL_CALL OResultSet::beforeFirst(  )
throw(SQLException, RuntimeException)


     if(first())
-        previous();
+        m_bOnFirstAfterOpen = !previous();
 }
 // -------------------------------------------------------------------------
 void SAL_CALL OResultSet::afterLast(  ) throw(SQLException, RuntimeException)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to