diff options
author | Jim Raykowski <raykowj@gmail.com> | 2024-05-21 15:05:33 -0800 |
---|---|---|
committer | Jim Raykowski <raykowj@gmail.com> | 2024-05-28 06:25:46 +0200 |
commit | ae94c420e6269f99cdaa611d19e73fc92ebd234b (patch) | |
tree | 2651fe472ac412534565659cac09383e1ff8a03b /sw/uiconfig/swriter | |
parent | b860aea9d6f8ac46f6d2575ead25337495ec9a88 (diff) |
SwNavigator: Improve Indexes context menu
* Removes "Remove Index" menu item in favor of the repeated function
"Delete index" menu item.
* Hides the "Update", "Delete Index", and "Rename..." menu items when
the document or index is set read-only.
Change-Id: Ie907c33e2fe991ba6c02ad987193db481f375116
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167913
Tested-by: Jenkins
Reviewed-by: Jim Raykowski <raykowj@gmail.com>
Diffstat (limited to 'sw/uiconfig/swriter')
-rw-r--r-- | sw/uiconfig/swriter/ui/navigatorcontextmenu.ui | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sw/uiconfig/swriter/ui/navigatorcontextmenu.ui b/sw/uiconfig/swriter/ui/navigatorcontextmenu.ui index 266e388d8549..88583e0d90b0 100644 --- a/sw/uiconfig/swriter/ui/navigatorcontextmenu.ui +++ b/sw/uiconfig/swriter/ui/navigatorcontextmenu.ui @@ -99,14 +99,6 @@ </object> </child> <child> - <object class="GtkMenuItem" id="401"> - <property name="visible">True</property> - <property name="can-focus">False</property> - <property name="label" translatable="yes" context="navigatorcontextmenu|STR_REMOVE_INDEX">_Remove Index</property> - <property name="use-underline">True</property> - </object> - </child> - <child> <object class="GtkMenuItem" id="402"> <property name="visible">True</property> <property name="can-focus">False</property> |