diff options
author | Rafael Lima <rafael.palma.lima@gmail.com> | 2024-01-09 14:15:21 +0100 |
---|---|---|
committer | Rafael Lima <rafael.palma.lima@gmail.com> | 2024-01-10 12:57:34 +0100 |
commit | ba3627ba899adb896855fddee9a0fdd8968b603a (patch) | |
tree | 193c549e42617d0964ca6aa30dfaf2712a03008d /sc/uiconfig/scalc | |
parent | 9df028306fa75726eeda491f4d643d2a1073b33f (diff) |
tdf#158704 Add "Delete Comment" command to the Navigator context menu
Change-Id: Ied128145ab0e171e536233dda2d31ec3eace1543
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161766
Tested-by: Jenkins
Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
Reviewed-by: Rafael Lima <rafael.palma.lima@gmail.com>
Diffstat (limited to 'sc/uiconfig/scalc')
-rw-r--r-- | sc/uiconfig/scalc/ui/dropmenu.ui | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sc/uiconfig/scalc/ui/dropmenu.ui b/sc/uiconfig/scalc/ui/dropmenu.ui index 7ed44d4093d0..cc585c5ab735 100644 --- a/sc/uiconfig/scalc/ui/dropmenu.ui +++ b/sc/uiconfig/scalc/ui/dropmenu.ui @@ -86,5 +86,13 @@ <property name="use-underline">True</property> </object> </child> + <child> + <object class="GtkMenuItem" id="delete"> + <property name="visible">True</property> + <property name="can-focus">False</property> + <property name="label" translatable="yes" context="dropmenu|SCSTR_DELETE">Delete Comment</property> + <property name="use-underline">True</property> + </object> + </child> </object> </interface> |