diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2017-09-23 11:41:48 +0400 |
---|---|---|
committer | Yousuf Philips <philipz85@hotmail.com> | 2017-09-23 12:52:31 +0200 |
commit | 7dc82cc2e424b6acddb1aa06338f51db20e6a21e (patch) | |
tree | 2be71ee9031c78f8fff5d056dcc93dc1b3e88cbd | |
parent | 183c041e4c474cdce6bf43484684607f19018954 (diff) |
tdf#86083 Restore old operation buttons but have them hidden
Change-Id: I7d006d3d5e22ade59ddfe46f21fbc777a1c75dac
Reviewed-on: https://gerrit.libreoffice.org/42684
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
-rw-r--r-- | sc/uiconfig/scalc/toolbar/standardbar.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sc/uiconfig/scalc/toolbar/standardbar.xml b/sc/uiconfig/scalc/toolbar/standardbar.xml index 0d4656e9d467..c851477fd1c2 100644 --- a/sc/uiconfig/scalc/toolbar/standardbar.xml +++ b/sc/uiconfig/scalc/toolbar/standardbar.xml @@ -50,7 +50,13 @@ <toolbar:toolbaritem xlink:href=".uno:Navigator" toolbar:visible="false"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:RowOperations"/> + <toolbar:toolbaritem xlink:href=".uno:InsertRowsBefore" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:InsertRowsAfter" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:DeleteRows" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:ColumnOperations"/> + <toolbar:toolbaritem xlink:href=".uno:InsertColumnsBefore" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:InsertColumnsAfter" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:DeleteColumns" toolbar:visible="false"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:DataSort"/> <toolbar:toolbaritem xlink:href=".uno:SortAscending"/> |