Permalink
Browse files

SafeModeDialog: Close dialog before restarting

Change-Id: I714040d0892cf154e002209dbdb4831b40ec08bc
Reviewed-on: https://gerrit.libreoffice.org/30472
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
  • Loading branch information...
1 parent d82f34a commit 5cddf5d7630902ab35dbee2d22da10c5b1e80c1f @smehrbrodt smehrbrodt committed Nov 1, 2016
Showing with 1 addition and 1 deletion.
  1. +1 −1 svx/source/dialog/SafeModeDialog.cxx
@@ -289,7 +289,7 @@ IMPL_LINK(SafeModeDialog, BtnHdl, Button*, pBtn, void)
}
else if (pBtn == mpBtnRestart.get())
{
- //Close();
+ Close();
applyChanges();
}
}

0 comments on commit 5cddf5d

Please sign in to comment.