diff options
Diffstat (limited to 'include/svtools/restartdialog.hxx')
-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 }; |