[Libreoffice-commits] core.git: dbaccess/source

Lionel Elie Mamane lionel at mamane.lu
Mon Oct 6 03:24:45 PDT 2014


 dbaccess/source/core/api/RowSet.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 195674627cb887b1e0d92d756a285ad48ef1d362
Author: Lionel Elie Mamane <lionel at mamane.lu>
Date:   Mon Oct 6 12:22:03 2014 +0200

    fdo#84658 on reexec, cancel modification before resetting IsModification state
    
    Change-Id: I878bff4d36ca1c2dd9474c937b03d0b366a6e911

diff --git a/dbaccess/source/core/api/RowSet.cxx b/dbaccess/source/core/api/RowSet.cxx
index ea2e929..75c1958 100644
--- a/dbaccess/source/core/api/RowSet.cxx
+++ b/dbaccess/source/core/api/RowSet.cxx
@@ -561,6 +561,8 @@ void ORowSet::freeResources( bool _bComplete )
     }
     m_aClones.clear();
 
+    doCancelModification();
+
     m_aBookmark     = Any();
     m_bBeforeFirst  = true;
     m_bAfterLast    = false;


More information about the Libreoffice-commits mailing list