Tag: cws_src680_dba202c User: oj Date: 05/12/02 04:07:47 Modified: /dba/dbaccess/source/core/api/ RowSetCache.cxx, RowSetBase.cxx
Log: #127795# default value of afterlast is false File Changes: Directory: /dba/dbaccess/source/core/api/ ========================================= File [changed]: RowSetCache.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/RowSetCache.cxx?r1=1.78&r2=1.78.50.1 Delta lines: +4 -4 ------------------- --- RowSetCache.cxx 23 Sep 2005 12:03:25 -0000 1.78 +++ RowSetCache.cxx 2 Dec 2005 12:07:11 -0000 1.78.50.1 @@ -4,9 +4,9 @@ * * $RCSfile: RowSetCache.cxx,v $ * - * $Revision: 1.78 $ + * $Revision: 1.78.50.1 $ * - * last change: $Author: hr $ $Date: 2005/09/23 12:03:25 $ + * last change: $Author: oj $ $Date: 2005/12/02 12:07:11 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -139,7 +139,7 @@ ,m_nPosition(0) ,m_nRowCount(0) ,m_bBeforeFirst(sal_True) - ,m_bAfterLast(sal_False) + ,m_bAfterLast( sal_False ) ,m_bRowCountFinal(sal_False) ,m_bInserted(sal_False) ,m_bDeleted(sal_False) File [changed]: RowSetBase.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/RowSetBase.cxx?r1=1.79&r2=1.79.30.1 Delta lines: +4 -4 ------------------- --- RowSetBase.cxx 13 Oct 2005 17:09:45 -0000 1.79 +++ RowSetBase.cxx 2 Dec 2005 12:07:12 -0000 1.79.30.1 @@ -4,9 +4,9 @@ * * $RCSfile: RowSetBase.cxx,v $ * - * $Revision: 1.79 $ + * $Revision: 1.79.30.1 $ * - * last change: $Author: hr $ $Date: 2005/10/13 17:09:45 $ + * last change: $Author: oj $ $Date: 2005/12/02 12:07:12 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -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]
