diff options
author | Justin Luth <justin_luth@sil.org> | 2021-11-23 07:55:21 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2021-11-24 06:36:02 +0100 |
commit | b7a46259eba35257291fe00851252c18ffb4fc90 (patch) | |
tree | fd743cec3cc1b39c0f52c14cd03d4b5b62c7006d /sd | |
parent | e41024bc9a693164ffc64048046469aaa81a07d4 (diff) |
tdf#130131 UI: add back "Split" to draw/impress popup
This is a partial revert of LO 6.2
commit cf8b3a74e8c093dd0ffc7e2f431a26864958f6fb
I have no idea why uno:Dismantle would have been
removed in this commit, since it wasn't
added back anywhere else, and seems to be
unrelated to anything else in that patch.
Change-Id: I1fbed2b3a58aee733c41c7a4817b215e4bec6061
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125681
Tested-by: Jenkins
Reviewed-by: Justin Luth <jluth@mail.com>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/uiconfig/sdraw/popupmenu/draw.xml | 1 | ||||
-rw-r--r-- | sd/uiconfig/simpress/popupmenu/draw.xml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sd/uiconfig/sdraw/popupmenu/draw.xml b/sd/uiconfig/sdraw/popupmenu/draw.xml index 68655c28f41b..d29bb5046456 100644 --- a/sd/uiconfig/sdraw/popupmenu/draw.xml +++ b/sd/uiconfig/sdraw/popupmenu/draw.xml @@ -61,6 +61,7 @@ </menu:menupopup> </menu:menu> <menu:menuitem menu:id=".uno:LeaveGroup"/> + <menu:menuitem menu:id=".uno:Dismantle"/> <menu:menuseparator/> <menu:menuitem menu:id=".uno:NameGroup"/> <menu:menuitem menu:id=".uno:ObjectTitleDescription"/> diff --git a/sd/uiconfig/simpress/popupmenu/draw.xml b/sd/uiconfig/simpress/popupmenu/draw.xml index a607562c4147..722250f0d2e3 100644 --- a/sd/uiconfig/simpress/popupmenu/draw.xml +++ b/sd/uiconfig/simpress/popupmenu/draw.xml @@ -61,6 +61,7 @@ </menu:menupopup> </menu:menu> <menu:menuitem menu:id=".uno:LeaveGroup"/> + <menu:menuitem menu:id=".uno:Dismantle"/> <menu:menuseparator/> <menu:menuitem menu:id=".uno:NameGroup"/> <menu:menuitem menu:id=".uno:ObjectTitleDescription"/> |