| commit | c81340bcc73144e082efb9fc575ef62b9b046ca4 | [log] |
|---|---|---|
| author | Xisco Fauli <xiscofauli@libreoffice.org> | Thu Jan 24 10:13:18 2019 +0100 |
| committer | Xisco FaulĂ <xiscofauli@libreoffice.org> | Thu Jan 24 14:39:12 2019 +0100 |
| tree | 0e4fa3292717933ca17586d698c8b6b4a73a2fc6 | |
| parent | a71a33e2f03fd2a56894dc8bce0250623c7a05b4 [diff] |
tdf#122912: Close option dialog if restart is confirmed ( part 2 ) forgot it in e961e08a3277158d4e3074bfacb8599296d2fa75 Change-Id: Id896bf407ca33faf0dbff74f3cbe98d23de0e0c7 Reviewed-on: https://gerrit.libreoffice.org/66846 Tested-by: Jenkins Reviewed-by: Xisco FaulĂ <xiscofauli@libreoffice.org>
diff --git a/cui/source/options/optgdlg.cxx b/cui/source/options/optgdlg.cxx index d0c9373..c704eac 100644 --- a/cui/source/options/optgdlg.cxx +++ b/cui/source/options/optgdlg.cxx
@@ -1393,9 +1393,10 @@ bool OfaLanguagesTabPage::FillItemSet( SfxItemSet* rSet ) Reference< XChangesBatch >(xProp, UNO_QUERY_THROW)->commitChanges(); // display info SolarMutexGuard aGuard; svtools::executeRestartDialog( comphelper::getProcessComponentContext(), GetFrameWeld(), svtools::RESTART_REASON_LANGUAGE_CHANGE); if (svtools::executeRestartDialog( comphelper::getProcessComponentContext(), GetFrameWeld(), svtools::RESTART_REASON_LANGUAGE_CHANGE)) GetParentDialog()->EndDialog(RET_OK); // tell quickstarter to stop being a veto listener