Tag: cws_src680_dba204b User: fs Date: 2006/07/14 01:08:59 Modified: dba/dbaccess/source/core/api/RowSetBase.cxx
Log: #i10000# File Changes: Directory: /dba/dbaccess/source/core/api/ ========================================= File [changed]: RowSetBase.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/RowSetBase.cxx?r1=1.86.12.2&r2=1.86.12.3 Delta lines: +4 -4 ------------------- --- RowSetBase.cxx 13 Jul 2006 07:10:44 -0000 1.86.12.2 +++ RowSetBase.cxx 14 Jul 2006 08:08:56 -0000 1.86.12.3 @@ -4,9 +4,9 @@ * * $RCSfile: RowSetBase.cxx,v $ * - * $Revision: 1.86.12.2 $ + * $Revision: 1.86.12.3 $ * - * last change: $Author: fs $ $Date: 2006/07/13 07:10:44 $ + * last change: $Author: fs $ $Date: 2006/07/14 08:08:56 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -292,7 +292,7 @@ for (; k != m_pCache->getEnd(); ++k) { ORowSetValueVector* pTemp = k->getBodyPtr(); - OSL_ENSURE( (long)pTemp != 0xfeeefeee,"HALT!" ); + OSL_ENSURE( pTemp != (void*)0xfeeefeee,"HALT!" ); } #endif OSL_ENSURE(!m_aCurrentRow.isNull() && m_aCurrentRow < m_pCache->getEnd() && aCacheIter != m_pCache->m_aCacheIterators.end(),"Invalid iterator set for currentrow!"); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
