User: hr Date: 05/09/23 07:36:41 Modified: /dba/dbaccess/source/core/api/ RowSet.cxx
Log: INTEGRATION: CWS oj15 (1.134.2); FILE MERGED 2005/09/14 06:15:02 oj 1.134.2.1: #i54394# current row doesn't have to be empty File Changes: Directory: /dba/dbaccess/source/core/api/ ========================================= File [changed]: RowSet.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/RowSet.cxx?r1=1.136&r2=1.137 Delta lines: +2 -2 ------------------- --- RowSet.cxx 23 Sep 2005 12:02:55 -0000 1.136 +++ RowSet.cxx 23 Sep 2005 14:36:38 -0000 1.137 @@ -1137,7 +1137,7 @@ notifyClonesRowDeleted(m_aBookmark); m_aBookmark = Any(); - m_aCurrentRow = ORowSetCacheIterator(); + m_aCurrentRow = m_pCache->getEnd(); m_aCurrentRow.setBookmark(Any()); ORowSetNotifier aNotifier( this ); @@ -2745,7 +2745,7 @@ if(compareBookmarks(_rBookmark,m_aBookmark) == 0) { m_aBookmark = Any(); - m_aCurrentRow = ORowSetCacheIterator(); + m_aCurrentRow = m_pCache->getEnd(); m_aCurrentRow.setBookmark(Any()); } } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
