svx/source/form/fmshell.cxx | 2 ++ 1 file changed, 2 insertions(+) New commits: commit b392270d68d483a1566e7281c6400874a42ce4b3 Author: Lionel Elie Mamane <lio...@mamane.lu> Date: Sun Oct 18 18:42:05 2015 +0200
tdf#72205 when saving changes, mark we did a prepareClose Change-Id: I8a86447bdd227621ff7b0b3551798ee343379c74 Reviewed-on: https://gerrit.libreoffice.org/19437 Reviewed-by: Eike Rathke <er...@redhat.com> Reviewed-by: Norbert Thiebaud <nthieb...@gmail.com> Tested-by: Norbert Thiebaud <nthieb...@gmail.com> diff --git a/svx/source/form/fmshell.cxx b/svx/source/form/fmshell.cxx index 3f3ddfd..fdf7417 100644 --- a/svx/source/form/fmshell.cxx +++ b/svx/source/form/fmshell.cxx @@ -276,6 +276,8 @@ bool FmFormShell::PrepareClose(bool bUI) { case RET_NO: bModified = false; + // fallthrough to next case + case RET_YES: GetImpl()->didPrepareClose( true ); break; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits