svx/source/form/fmshell.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 36303eee68680dd1f7a080b93caf8fca65672799
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/19434
    Reviewed-by: Lionel Elie Mamane <lio...@mamane.lu>
    Tested-by: Lionel Elie Mamane <lio...@mamane.lu>

diff --git a/svx/source/form/fmshell.cxx b/svx/source/form/fmshell.cxx
index 100944a..31d9e55 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

Reply via email to