User: kz Date: 06/01/03 08:13:59 Modified: /dba/dbaccess/source/core/api/ RowSetCache.cxx
Log: INTEGRATION: CWS dba202c (1.78.50); FILE MERGED 2005/12/02 12:07:11 oj 1.78.50.1: #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.79&r2=1.80 Delta lines: +1 -1 ------------------- --- RowSetCache.cxx 21 Dec 2005 13:34:03 -0000 1.79 +++ RowSetCache.cxx 3 Jan 2006 16:13:57 -0000 1.80 @@ -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) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
