Tag: cws_src680_oj15 User: oj Date: 05/09/13 23:15:05 Modified: /dba/dbaccess/source/core/api/ RowSet.cxx
Log: #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.134&r2=1.134.2.1 Delta lines: +5 -5 ------------------- --- RowSet.cxx 5 Sep 2005 08:57:04 -0000 1.134 +++ RowSet.cxx 14 Sep 2005 06:15:02 -0000 1.134.2.1 @@ -2,9 +2,9 @@ * * $RCSfile: RowSet.cxx,v $ * - * $Revision: 1.134 $ + * $Revision: 1.134.2.1 $ * - * last change: $Author: rt $ $Date: 2005/09/05 08:57:04 $ + * last change: $Author: oj $ $Date: 2005/09/14 06:15:02 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1163,7 +1163,7 @@ notifyClonesRowDeleted(m_aBookmark); m_aBookmark = Any(); - m_aCurrentRow = ORowSetCacheIterator(); + m_aCurrentRow = m_pCache->getEnd(); m_aCurrentRow.setBookmark(Any()); ORowSetNotifier aNotifier( this ); @@ -2768,7 +2768,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]
