From 973331628e68afa4a48d842ec91fbdf6fd26db5c Mon Sep 17 00:00:00 2001 From: Lionel Elie Mamane Date: Mon, 6 Oct 2014 12:22:03 +0200 Subject: fdo#84658 on reexec, cancel modification before resetting IsModification state Change-Id: I878bff4d36ca1c2dd9474c937b03d0b366a6e911 Reviewed-on: https://gerrit.libreoffice.org/11824 Reviewed-by: Miklos Vajna Tested-by: Miklos Vajna --- dbaccess/source/core/api/RowSet.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dbaccess') diff --git a/dbaccess/source/core/api/RowSet.cxx b/dbaccess/source/core/api/RowSet.cxx index 216e2dad8df5..c136c0392cb9 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; -- cgit