diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-07-05 12:48:12 +0000 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-07-05 12:52:23 +0000 |
commit | 0c0f1dc146b74bd3ad58f9c5b7cfa8c4a6606283 (patch) | |
tree | c0b6cd8559e41b94bec088a3d98df7cda78487dc /sd/uiconfig/sdraw/popupmenu | |
parent | 98ab98b4bef7b4eb0dc392c4f5f7416b1827b4bf (diff) |
tdf#100052 Add insert before/after to sd table context menu
Change-Id: I75c840c5d43e4b6edb79f51f0942fb6fd063e73d
Reviewed-on: https://gerrit.libreoffice.org/26952
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sd/uiconfig/sdraw/popupmenu')
-rw-r--r-- | sd/uiconfig/sdraw/popupmenu/table.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sd/uiconfig/sdraw/popupmenu/table.xml b/sd/uiconfig/sdraw/popupmenu/table.xml index 655bd1aa02f1..18e526b029d4 100644 --- a/sd/uiconfig/sdraw/popupmenu/table.xml +++ b/sd/uiconfig/sdraw/popupmenu/table.xml @@ -35,7 +35,8 @@ <menu:menuitem menu:id=".uno:DistributeRows"/> <menu:menuseparator/> <menu:menuitem menu:id=".uno:EntireRow"/> - <menu:menuitem menu:id=".uno:InsertRowDialog"/> + <menu:menuitem menu:id=".uno:InsertRowsBefore"/> + <menu:menuitem menu:id=".uno:InsertRowsAfter"/> <menu:menuitem menu:id=".uno:DeleteRows"/> </menu:menupopup> </menu:menu> @@ -44,7 +45,8 @@ <menu:menuitem menu:id=".uno:DistributeColumns"/> <menu:menuseparator/> <menu:menuitem menu:id=".uno:EntireColumn"/> - <menu:menuitem menu:id=".uno:InsertColumnDialog"/> + <menu:menuitem menu:id=".uno:InsertColumnsBefore"/> + <menu:menuitem menu:id=".uno:InsertColumnsAfter"/> <menu:menuitem menu:id=".uno:DeleteColumns"/> </menu:menupopup> </menu:menu> |