summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorTünde Tóth <toth.tunde@nisz.hu>2022-05-31 16:11:03 +0200
committerLászló Németh <nemeth@numbertext.org>2022-06-23 17:07:00 +0200
commit18cc891483fef63ad168273658a30bff72b87a95 (patch)
treef0cca081ee60f61fa0660ea77d595ae3cd1d08d6 /include
parenttdf#149314 PPTX import: fix internal hyperlink in editor (diff)
downloadcore-18cc891483fef63ad168273658a30bff72b87a95.tar.gz
core-18cc891483fef63ad168273658a30bff72b87a95.zip
tdf#149401 show "Restart LibreOffice" dialog changing AutoRecovery
Changing "Save Autorecovery... information every ... minutes" option in Tools->Options...->Load/Save->General shows that dialog window to warn about its work. Change-Id: I91ae72ea1e52ec5c6d9286a43cd986386636076c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135221 Tested-by: László Németh <nemeth@numbertext.org> Reviewed-by: László Németh <nemeth@numbertext.org>
Diffstat (limited to 'include')
-rw-r--r--include/svtools/restartdialog.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/svtools/restartdialog.hxx b/include/svtools/restartdialog.hxx
index 95ca3ef4356d..001f322772a5 100644
--- a/include/svtools/restartdialog.hxx
+++ b/include/svtools/restartdialog.hxx
@@ -65,6 +65,9 @@ enum RestartReason {
// For restructuring the Form menu,
// %PRODUCTNAME must be restarted:
RESTART_REASON_MSCOMPATIBLE_FORMS_MENU,
+ // For the modified save settings to take effect,
+ // %PRODUCTNAME must be restarted:
+ RESTART_REASON_SAVE,
// To apply changes, %PRODUCTNAME,
// %PRODUCTNAME must be restarted:
RESTART_REASON_UI_CHANGE,