Tag: cws_ooo680_hr19 User: fs Date: 05/09/29 04:23:28 Modified: /dba/dbaccess/source/core/api/ RowSet.cxx
Log: 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.10.1 Delta lines: +5 -5 ------------------- --- RowSet.cxx 8 Sep 2005 10:00:22 -0000 1.135 +++ RowSet.cxx 29 Sep 2005 11:23:23 -0000 1.135.10.1 @@ -4,9 +4,9 @@ * * $RCSfile: RowSet.cxx,v $ * - * $Revision: 1.135 $ + * $Revision: 1.135.10.1 $ * - * last change: $Author: rt $ $Date: 2005/09/08 10:00:22 $ + * last change: $Author: fs $ $Date: 2005/09/29 11:23:23 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.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]
