svx/source/dialog/SafeModeDialog.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5cddf5d7630902ab35dbee2d22da10c5b1e80c1f
Author: Samuel Mehrbrodt <samuel.mehrbr...@cib.de>
Date:   Tue Nov 1 16:51:23 2016 +0100

    SafeModeDialog: Close dialog before restarting
    
    Change-Id: I714040d0892cf154e002209dbdb4831b40ec08bc
    Reviewed-on: https://gerrit.libreoffice.org/30472
    Tested-by: Jenkins <c...@libreoffice.org>
    Reviewed-by: Samuel Mehrbrodt <samuel.mehrbr...@cib.de>

diff --git a/svx/source/dialog/SafeModeDialog.cxx 
b/svx/source/dialog/SafeModeDialog.cxx
index 0dc4c47..84d8476 100644
--- a/svx/source/dialog/SafeModeDialog.cxx
+++ b/svx/source/dialog/SafeModeDialog.cxx
@@ -289,7 +289,7 @@ IMPL_LINK(SafeModeDialog, BtnHdl, Button*, pBtn, void)
     }
     else if (pBtn == mpBtnRestart.get())
     {
-        //Close();
+        Close();
         applyChanges();
     }
 }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to