[Libreoffice-commits] core.git: Branch 'libreoffice-5-3' - sc/uiconfig

Yousuf Philips philipz85 at hotmail.com
Wed Sep 27 20:32:07 UTC 2017


 sc/uiconfig/scalc/toolbar/standardbar.xml |    6 ++++++
 1 file changed, 6 insertions(+)

New commits:
commit 8a808dcb220e068f224266c0dab3fe8dd16a2964
Author: Yousuf Philips <philipz85 at hotmail.com>
Date:   Sat Sep 23 11:41:48 2017 +0400

    tdf#86083 Restore old operation buttons but have them hidden
    
    Change-Id: I7d006d3d5e22ade59ddfe46f21fbc777a1c75dac
    Reviewed-on: https://gerrit.libreoffice.org/42684
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Yousuf Philips <philipz85 at hotmail.com>
    (cherry picked from commit 7dc82cc2e424b6acddb1aa06338f51db20e6a21e)
    Reviewed-on: https://gerrit.libreoffice.org/42687
    Reviewed-by: Eike Rathke <erack at redhat.com>

diff --git a/sc/uiconfig/scalc/toolbar/standardbar.xml b/sc/uiconfig/scalc/toolbar/standardbar.xml
index cdb3aa37fac8..637ececb13c9 100644
--- a/sc/uiconfig/scalc/toolbar/standardbar.xml
+++ b/sc/uiconfig/scalc/toolbar/standardbar.xml
@@ -48,7 +48,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"/>


More information about the Libreoffice-commits mailing list