Tag: cws_src680_dba202f User: fs Date: 06/01/30 02:07:29 Modified: /dba/dbaccess/source/core/api/ CRowSetDataColumn.cxx
Log: #i10000# File Changes: Directory: /dba/dbaccess/source/core/api/ ========================================= File [changed]: CRowSetDataColumn.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/CRowSetDataColumn.cxx?r1=1.30.14.2&r2=1.30.14.3 Delta lines: +11 -11 --------------------- --- CRowSetDataColumn.cxx 30 Jan 2006 09:13:53 -0000 1.30.14.2 +++ CRowSetDataColumn.cxx 30 Jan 2006 10:07:26 -0000 1.30.14.3 @@ -4,9 +4,9 @@ * * $RCSfile: CRowSetDataColumn.cxx,v $ * - * $Revision: 1.30.14.2 $ + * $Revision: 1.30.14.3 $ * - * last change: $Author: oj $ $Date: 2006/01/30 09:13:53 $ + * last change: $Author: fs $ $Date: 2006/01/30 10:07:26 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -157,7 +157,7 @@ { ::osl::Mutex* pMutex = m_aColumnValue.getMutex(); ::osl::MutexGuard aGuard( *pMutex ); -#if OSL_DEBUG_LEVEL > 1 +#if OSL_DEBUG_LEVEL > 0 ORowSetRow aRow = *m_aColumnValue; #endif OSL_ENSURE((sal_Int32)aRow->size() > m_nPos,"Pos is greater than size of vector"); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
