Kaydet (Commit) caddeb91 authored tarafından Lionel Elie Mamane's avatar Lionel Elie Mamane Kaydeden (comit) Andras Timar

tdf#72205 when saving changes, mark we did a prepareClose

Change-Id: I8a86447bdd227621ff7b0b3551798ee343379c74
Reviewed-on: https://gerrit.libreoffice.org/19437Reviewed-by: 's avatarEike Rathke <erack@redhat.com>
Reviewed-by: 's avatarNorbert Thiebaud <nthiebaud@gmail.com>
Tested-by: 's avatarNorbert Thiebaud <nthiebaud@gmail.com>
(cherry picked from commit b392270d)
üst ded9e51f
...@@ -276,6 +276,8 @@ bool FmFormShell::PrepareClose(bool bUI) ...@@ -276,6 +276,8 @@ bool FmFormShell::PrepareClose(bool bUI)
{ {
case RET_NO: case RET_NO:
bModified = false; bModified = false;
// fallthrough to next case
case RET_YES:
GetImpl()->didPrepareClose( true ); GetImpl()->didPrepareClose( true );
break; break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment