Tag: cws_src680_rowsetdel
User: fs      
Date: 06/01/18 05:59:20

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

Log:
 #i55731# moveToInsertRow must also fire a RowCountChange - might happen in 
case the current row is deleted

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.2&r2=1.80.12.3
Delta lines:  +2 -5
-------------------
--- RowSetCache.cxx     16 Jan 2006 10:16:01 -0000      1.80.12.2
+++ RowSetCache.cxx     18 Jan 2006 13:59:17 -0000      1.80.12.3
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: RowSetCache.cxx,v $
  *
- *  $Revision: 1.80.12.2 $
+ *  $Revision: 1.80.12.3 $
  *
- *  last change: $Author: fs $ $Date: 2006/01/16 10:16:01 $
+ *  last change: $Author: fs $ $Date: 2006/01/18 13:59:17 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -624,9 +624,6 @@
 // -------------------------------------------------------------------------
 sal_Bool ORowSetCache::moveToBookmark( const Any& bookmark )
 {
-//     if(m_bInserted)
-//             m_bInserted = sal_False;
-
        if ( m_pCacheSet->moveToBookmark(bookmark) )
        {
                m_bBeforeFirst = sal_False;




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

Reply via email to