diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-07-05 12:31:54 +0000 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-07-05 12:35:29 +0000 |
commit | 4c09bceca3dc86987fd4d5f701b66535d3f3fe21 (patch) | |
tree | bc193078e679b33ee3908cff720e4dc49e106237 /sd | |
parent | 52be16973ddb533b91c4c4393c1b85e575d17009 (diff) |
tdf#100052 Add insert before/after for sd tables
Change-Id: Ifb2152503a3da6cf811f303048efdbc00cc1c940
Reviewed-on: https://gerrit.libreoffice.org/26948
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/uiconfig/simpress/toolbar/tableobjectbar.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sd/uiconfig/simpress/toolbar/tableobjectbar.xml b/sd/uiconfig/simpress/toolbar/tableobjectbar.xml index 5cbd65ceabbf..d5c4be373330 100644 --- a/sd/uiconfig/simpress/toolbar/tableobjectbar.xml +++ b/sd/uiconfig/simpress/toolbar/tableobjectbar.xml @@ -34,8 +34,10 @@ <toolbar:toolbaritem xlink:href=".uno:CellVertCenter"/> <toolbar:toolbaritem xlink:href=".uno:CellVertBottom"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:InsertRows"/> - <toolbar:toolbaritem xlink:href=".uno:InsertColumns"/> + <toolbar:toolbaritem xlink:href=".uno:InsertRowsBefore"/> + <toolbar:toolbaritem xlink:href=".uno:InsertRowsAfter"/> + <toolbar:toolbaritem xlink:href=".uno:InsertColumnsBefore"/> + <toolbar:toolbaritem xlink:href=".uno:InsertColumnsAfter"/> <toolbar:toolbaritem xlink:href=".uno:DeleteRows"/> <toolbar:toolbaritem xlink:href=".uno:DeleteColumns"/> <toolbar:toolbarseparator/> |