diff options
author | Tamás Zolnai <tamas.zolnai@collabora.com> | 2019-02-05 12:15:31 +0100 |
---|---|---|
committer | Tamás Zolnai <tamas.zolnai@collabora.com> | 2019-02-16 16:41:57 +0100 |
commit | 54b2615e0d209f815b3d503523fd4c517dc6b5cd (patch) | |
tree | 38ddcbbb82f4939a0736191de063db6fe8368cdb /include/svtools | |
parent | dc3a2546bd0ad0afe20cba9940934405174fd593 (diff) |
MSForms: Show restart dialog when MS compatible Forms menu setting is changed
Change-Id: Icb98dac73dea5f5cb18e1ca34e37e9d9bf84782e
Reviewed-on: https://gerrit.libreoffice.org/67906
Tested-by: Jenkins
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Diffstat (limited to 'include/svtools')
-rw-r--r-- | include/svtools/restartdialog.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/svtools/restartdialog.hxx b/include/svtools/restartdialog.hxx index a49289b5f8f7..2e7c481e1ef7 100644 --- a/include/svtools/restartdialog.hxx +++ b/include/svtools/restartdialog.hxx @@ -60,6 +60,9 @@ enum RestartReason { // For the OpenCL changes to take effect, // %PRODUCTNAME must be restarted: RESTART_REASON_OPENCL, + // For restructuring the Forms menu, + // %PRODUCTNAME must be restarted: + RESTART_REASON_MSCOMPATIBLE_FORMS_MENU, // No particular reason: RESTART_REASON_NONE }; |