diff options
author | Rafael Lima <rafael.palma.lima@gmail.com> | 2023-03-29 22:53:09 +0000 |
---|---|---|
committer | Rafael Lima <rafael.palma.lima@gmail.com> | 2023-04-04 15:38:15 +0200 |
commit | 894ddf0251b1b8dcd44e588430215e35b91eb02e (patch) | |
tree | c7ed13d3bc4ff5e18ff7a436ae2362ea5a2dfdb3 /sd/uiconfig/simpress/popupmenu | |
parent | a9cf7e8b23a0223eb2f5e0ed28bd012551836867 (diff) |
tdf#151338 Rearrange table popup menu in Draw/Impress
I also added the SplitCell command to the Draw popup menu, since there's no reason for it not to be there.
Change-Id: Iec0d51559bf03c0f352aa631bedb794f18e02e2d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149700
Tested-by: Jenkins
Tested-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'sd/uiconfig/simpress/popupmenu')
-rw-r--r-- | sd/uiconfig/simpress/popupmenu/table.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/uiconfig/simpress/popupmenu/table.xml b/sd/uiconfig/simpress/popupmenu/table.xml index 67d7950a0d92..4e544b9f8aeb 100644 --- a/sd/uiconfig/simpress/popupmenu/table.xml +++ b/sd/uiconfig/simpress/popupmenu/table.xml @@ -48,7 +48,6 @@ <menu:menuseparator/> <menu:menuitem menu:id=".uno:FontDialog"/> <menu:menuitem menu:id=".uno:ParagraphDialog"/> - <menu:menuitem menu:id=".uno:TransformDialog"/> <menu:menuseparator/> <menu:menu menu:id=".uno:ObjectAlign"> <menu:menupopup> @@ -74,6 +73,7 @@ <menu:menuitem menu:id=".uno:ReverseOrder"/> </menu:menupopup> </menu:menu> + <menu:menuitem menu:id=".uno:TableTransformDialog"/> <menu:menuseparator/> <menu:menuitem menu:id=".uno:TableDialog"/> </menu:menupopup> |