summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2014-10-06 12:22:03 +0200
committerAndras Timar <andras.timar@collabora.com>2014-10-14 15:28:16 +0200
commit973331628e68afa4a48d842ec91fbdf6fd26db5c (patch)
tree80a5fbbcf2220794e3a0dfa8dcc32d1ce7b34537 /dbaccess
parent3a0f341df3faa190bfa19619124c997b6da2fb01 (diff)
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@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/core/api/RowSet.cxx2
1 files changed, 2 insertions, 0 deletions
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;