Tag: cws_src680_rowsetdel User: fs Date: 06/01/25 06:54:09 Modified: /dba/dbaccess/source/core/api/ RowSetCacheIterator.cxx
Log: manual RESYNC to HEAD File Changes: Directory: /dba/dbaccess/source/core/api/ ========================================= File [changed]: RowSetCacheIterator.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/RowSetCacheIterator.cxx?r1=1.9.72.1&r2=1.9.72.2 Delta lines: +3 -9 ------------------- --- RowSetCacheIterator.cxx 19 Jan 2006 09:04:09 -0000 1.9.72.1 +++ RowSetCacheIterator.cxx 25 Jan 2006 14:53:46 -0000 1.9.72.2 @@ -4,9 +4,9 @@ * * $RCSfile: RowSetCacheIterator.cxx,v $ * - * $Revision: 1.9.72.1 $ + * $Revision: 1.9.72.2 $ * - * last change: $Author: fs $ $Date: 2006/01/19 09:04:09 $ + * last change: $Author: fs $ $Date: 2006/01/25 14:53:46 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -53,12 +53,6 @@ // ----------------------------------------------------------------------------- ORowSetCacheIterator::operator ORowSetMatrix::iterator() { - if ( m_aIter->second.aIterator == m_pCache->m_pMatrix->end() ) - { -// OSL_ENSURE(m_aIter->second.aBookmark.hasValue(),"bookmark has no value!"); -// m_pCache->moveToBookmark(m_aIter->second.aBookmark); -// m_aIter->second.aIterator = m_pCache->m_aMatrixIter; - } return m_aIter->second.aIterator; } // ----------------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
