User: obo     
Date: 05/03/18 02:05:17

Modified:
 /dba/dbaccess/source/core/api/
  RowSetCache.cxx

Log:
 INTEGRATION: CWS dba25 (1.74.50); FILE MERGED
 2005/03/07 08:00:16 oj 1.74.50.1: #i37076# set default value in insert row 
when the column is not modified

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.74&r2=1.75
Delta lines:  +1 -1
-------------------
--- RowSetCache.cxx     17 Nov 2004 14:42:39 -0000      1.74
+++ RowSetCache.cxx     18 Mar 2005 10:05:15 -0000      1.75
@@ -1717,7 +1717,7 @@
 {
        sal_Int32 nValue = (m_nPosition - m_nStartPos) - 1;
        OSL_ENSURE(nValue >= 0 && nValue < 
static_cast<sal_Int32>(m_pMatrix->size()),"Position is invalid!");
-       return ( nValue < 0 || nValue >= m_pMatrix->size() ) ? m_pMatrix->end() 
: (m_pMatrix->begin() + nValue);
+       return ( nValue < 0 || nValue >= 
static_cast<sal_Int32>(m_pMatrix->size()) ) ? m_pMatrix->end() : 
(m_pMatrix->begin() + nValue);
 }
 // 
-----------------------------------------------------------------------------
 




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to