RESTART_REASON_MSCOMPATIBLE_FORMS_MENU is dead
removed with
commit 1d4cd39262
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>
This commit is contained in:
parent
2d8056d884
commit
f97b1f75bb
3 changed files with 2 additions and 23 deletions
|
@ -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,
|
||||
|
|
|
@ -65,9 +65,6 @@ public:
|
|||
case svtools::RESTART_REASON_THREADING:
|
||||
reason_ = m_xBuilder->weld_widget("reason_threading");
|
||||
break;
|
||||
case svtools::RESTART_REASON_MSCOMPATIBLE_FORMS_MENU:
|
||||
reason_ = m_xBuilder->weld_widget("reason_mscompatible_formsmenu");
|
||||
break;
|
||||
case svtools::RESTART_REASON_UI_CHANGE:
|
||||
reason_ = m_xBuilder->weld_widget("reason_uichange");
|
||||
break;
|
||||
|
|
|
@ -243,21 +243,6 @@
|
|||
<property name="position">12</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkLabel" id="reason_mscompatible_formsmenu">
|
||||
<property name="can-focus">False</property>
|
||||
<property name="no-show-all">True</property>
|
||||
<property name="label" translatable="yes" context="restartdialog|reason_mscompatible_formsmenu">For restructuring the Form menu, %PRODUCTNAME must be restarted.</property>
|
||||
<property name="wrap">True</property>
|
||||
<property name="max-width-chars">50</property>
|
||||
<property name="xalign">0</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">13</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkLabel" id="label">
|
||||
<property name="visible">True</property>
|
||||
|
@ -269,7 +254,7 @@
|
|||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">14</property>
|
||||
<property name="position">13</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
|
@ -284,7 +269,7 @@
|
|||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">15</property>
|
||||
<property name="position">14</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
|
|
Loading…
Reference in a new issue