diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-04-04 11:24:54 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-04-04 19:58:23 +0200 |
commit | f97b1f75bbd7f8a20163716b57c84fc1140e48fa (patch) | |
tree | a1e5226bbba04229c956382c5eb05f54584d5248 /include/svtools | |
parent | 2d8056d884ee3ab7b4454c378618dceb6f5a7ae8 (diff) |
RESTART_REASON_MSCOMPATIBLE_FORMS_MENU is dead
removed with
commit 1d4cd39262fb71f72311e33ac2bdb7d925be5d98
Author: Heiko Tietze <tietze.heiko@gmail.com>
Date: Thu Sep 14 10:48:46 2023 +0200
Related tdf#157006 - Remove global compatibility options
Change-Id: If24282d2ec7c8d8c6631982b9fe866e3a7df3d69
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165790
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svtools')
-rw-r--r-- | include/svtools/restartdialog.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/svtools/restartdialog.hxx b/include/svtools/restartdialog.hxx index 7de336c13b90..274b07690d5a 100644 --- a/include/svtools/restartdialog.hxx +++ b/include/svtools/restartdialog.hxx @@ -59,9 +59,6 @@ enum RestartReason { // For the multi-threaded calculation changes to take effect, // %PRODUCTNAME must be restarted: RESTART_REASON_THREADING, - // For restructuring the Form menu, - // %PRODUCTNAME must be restarted: - RESTART_REASON_MSCOMPATIBLE_FORMS_MENU, // To apply changes, %PRODUCTNAME, // %PRODUCTNAME must be restarted: RESTART_REASON_UI_CHANGE, |