Tag: mws_ooo680 User: rt Date: 05/10/04 06:42:13 Modified: /dba/dbaccess/source/core/api/ RowSet.cxx
Log: INTEGRATION: CWS hr19 (1.135.10); FILE MERGED 2005/09/29 11:23:23 fs 1.135.10.1: copy oj's fix for #i54394# into this CWS 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.135&r2=1.135.4.1 Delta lines: +2 -2 ------------------- --- RowSet.cxx 8 Sep 2005 10:00:22 -0000 1.135 +++ RowSet.cxx 4 Oct 2005 13:42:08 -0000 1.135.4.1 @@ -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 ); @@ -2742,7 +2742,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]
