Tag: cws_src680_rowsetdel User: fs Date: 06/01/16 02:16:05 Modified: /dba/dbaccess/source/core/api/ RowSetCache.cxx
Log: #i10000# File Changes: Directory: /dba/dbaccess/source/core/api/ ========================================= File [changed]: RowSetCache.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/RowSetCache.cxx?r1=1.80.12.1&r2=1.80.12.2 Delta lines: +2 -3 ------------------- --- RowSetCache.cxx 16 Jan 2006 10:12:21 -0000 1.80.12.1 +++ RowSetCache.cxx 16 Jan 2006 10:16:01 -0000 1.80.12.2 @@ -4,9 +4,9 @@ * * $RCSfile: RowSetCache.cxx,v $ * - * $Revision: 1.80.12.1 $ + * $Revision: 1.80.12.2 $ * - * last change: $Author: fs $ $Date: 2006/01/16 10:12:21 $ + * last change: $Author: fs $ $Date: 2006/01/16 10:16:01 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1469,7 +1469,6 @@ --m_nRowCount; OSL_ENSURE(((m_nPosition - m_nStartPos) - 1) < (sal_Int32)m_pMatrix->size(),"Position is behind end()!"); - ORowSetMatrix::iterator aPos = calcPosition(); ORowSetMatrix::iterator aPos = calcPosition(); (*aPos) = NULL; // (*m_pMatrix)[(m_nPosition - m_nStartPos)] = NULL; // set the deleted row to NULL --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
