User: kz      
Date: 06/01/03 08:13:44

Modified:
 /dba/dbaccess/source/core/api/
  RowSetBase.cxx

Log:
 INTEGRATION: CWS dba202c (1.79.30); FILE MERGED
 2005/12/02 12:07:12 oj 1.79.30.1: #127795# default value of afterlast is false

File Changes:

Directory: /dba/dbaccess/source/core/api/
=========================================

File [changed]: RowSetBase.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/RowSetBase.cxx?r1=1.79&r2=1.80
Delta lines:  +1 -1
-------------------
--- RowSetBase.cxx      13 Oct 2005 17:09:45 -0000      1.79
+++ RowSetBase.cxx      3 Jan 2006 16:13:39 -0000       1.80
@@ -614,7 +614,7 @@
                        // notification order
                        // - column values
                        // - cursorMoved
-                       setCurrentRow(sal_True,aOldValues,aGuard);
+                       setCurrentRow(bRet,aOldValues,aGuard);
                        OSL_ENSURE(!m_bBeforeFirst,"BeforeFirst is true. I 
don't know why?");
                }
                else




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to