Tag: cws_src680_rowsetdel User: fs Date: 06/01/19 00:27:08 Modified: /dba/dbaccess/source/core/api/ RowSetBase.cxx
Log: #i55731# previous now also fires RowCount Changes - can happen whe moving away from a deleted row 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.80.12.4&r2=1.80.12.5 Delta lines: +5 -2 ------------------- --- RowSetBase.cxx 19 Jan 2006 07:12:26 -0000 1.80.12.4 +++ RowSetBase.cxx 19 Jan 2006 08:27:04 -0000 1.80.12.5 @@ -4,9 +4,9 @@ * * $RCSfile: RowSetBase.cxx,v $ * - * $Revision: 1.80.12.4 $ + * $Revision: 1.80.12.5 $ * - * last change: $Author: fs $ $Date: 2006/01/19 07:12:26 $ + * last change: $Author: fs $ $Date: 2006/01/19 08:27:04 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1023,6 +1023,9 @@ // - IsModified // - IsNew aNotifier.fire(); + + // - RowCount/IsRowCountFinal + fireRowcount(); } DBG_TRACE2("DBACCESS ORowSetBase::previous() = %i Clone = %i\n",bRet,m_bClone); return bRet; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
