diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2014-10-06 12:22:03 +0200 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2014-10-06 12:23:22 +0200 |
commit | 195674627cb887b1e0d92d756a285ad48ef1d362 (patch) | |
tree | e1de5f22bcf4939d312128552fcbcaed6dccd888 | |
parent | 7979f7798e77456a7fcbcf438a8387ed751c0559 (diff) |
fdo#84658 on reexec, cancel modification before resetting IsModification state
Change-Id: I878bff4d36ca1c2dd9474c937b03d0b366a6e911
-rw-r--r-- | dbaccess/source/core/api/RowSet.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dbaccess/source/core/api/RowSet.cxx b/dbaccess/source/core/api/RowSet.cxx index ea2e92989276..75c1958e340c 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; |