sd/uiconfig/sdraw/popupmenu/draw.xml    |    1 +
 sd/uiconfig/simpress/popupmenu/draw.xml |    1 +
 2 files changed, 2 insertions(+)

New commits:
commit 8b5783266357b600e58bd757fef1f34f942b2d58
Author:     Justin Luth <justin_l...@sil.org>
AuthorDate: Tue Nov 23 07:55:21 2021 +0200
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Thu Nov 25 15:06:08 2021 +0100

    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 <jl...@mail.com>
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>
    (cherry picked from commit b7a46259eba35257291fe00851252c18ffb4fc90)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125713
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

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"/>

Reply via email to