[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - dbaccess/source
Lionel Elie Mamane
lionel at mamane.lu
Sat Oct 11 04:01:15 PDT 2014
dbaccess/source/core/api/RowSet.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 85da280aaa29775cda87af128bfdf7d37f4708f2
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
Reviewed-on: https://gerrit.libreoffice.org/11824
Reviewed-by: Miklos Vajna <vmiklos at collabora.co.uk>
Tested-by: Miklos Vajna <vmiklos at collabora.co.uk>
diff --git a/dbaccess/source/core/api/RowSet.cxx b/dbaccess/source/core/api/RowSet.cxx
index 216e2da..c136c03 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