summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2024-04-04 11:24:54 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-04-04 19:58:23 +0200
commitf97b1f75bbd7f8a20163716b57c84fc1140e48fa (patch)
treea1e5226bbba04229c956382c5eb05f54584d5248 /svtools
parent2d8056d884ee3ab7b4454c378618dceb6f5a7ae8 (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 'svtools')
-rw-r--r--svtools/source/dialogs/restartdialog.cxx3
-rw-r--r--svtools/uiconfig/ui/restartdialog.ui19
2 files changed, 2 insertions, 20 deletions
diff --git a/svtools/source/dialogs/restartdialog.cxx b/svtools/source/dialogs/restartdialog.cxx
index 8dc4357700ec..f4c838a22fc3 100644
--- a/svtools/source/dialogs/restartdialog.cxx
+++ b/svtools/source/dialogs/restartdialog.cxx
@@ -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;
diff --git a/svtools/uiconfig/ui/restartdialog.ui b/svtools/uiconfig/ui/restartdialog.ui
index 05d83c00037e..92115e04d815 100644
--- a/svtools/uiconfig/ui/restartdialog.ui
+++ b/svtools/uiconfig/ui/restartdialog.ui
@@ -244,21 +244,6 @@
</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>
<property name="can-focus">False</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>