diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2016-06-09 23:18:03 +0400 |
---|---|---|
committer | Yousuf Philips <philipz85@hotmail.com> | 2016-06-12 10:22:13 +0000 |
commit | f72270a6a23e2577cb3b67f154e1ec55df8afadd (patch) | |
tree | 069b7c5944df1b0144d9012a608e0ea65946218e /sc/uiconfig | |
parent | ab10f9fc11948ca0f463aa8c0c784a574c89f8f7 (diff) |
tdf#92218 tweaks to single toolbar mode toolbars
Change-Id: Ia8311c48dfa116b4557880a48a7299659a10cb0e
Reviewed-on: https://gerrit.libreoffice.org/26131
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Diffstat (limited to 'sc/uiconfig')
-rw-r--r-- | sc/uiconfig/scalc/toolbar/singlemode.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/uiconfig/scalc/toolbar/singlemode.xml b/sc/uiconfig/scalc/toolbar/singlemode.xml index fff6ef809f1a..61f00dcb8384 100644 --- a/sc/uiconfig/scalc/toolbar/singlemode.xml +++ b/sc/uiconfig/scalc/toolbar/singlemode.xml @@ -55,7 +55,7 @@ <toolbar:toolbaritem xlink:href=".uno:BackgroundColor"/> <toolbar:toolbaritem xlink:href=".uno:SetBorderStyle"/> <toolbar:toolbaritem xlink:href=".uno:LineStyle" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:FrameLineColor"/> + <toolbar:toolbaritem xlink:href=".uno:FrameLineColor" toolbar:visible="false"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:AlignLeft"/> <toolbar:toolbaritem xlink:href=".uno:AlignHorizontalCenter"/> @@ -75,8 +75,8 @@ <toolbar:toolbaritem xlink:href=".uno:InsertGraphic" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:InsertObjectChart"/> <toolbar:toolbaritem xlink:href=".uno:DataDataPilotRun"/> - <toolbar:toolbaritem xlink:href=".uno:InsertAnnotation"/> - <toolbar:toolbaritem xlink:href=".uno:HyperlinkDialog"/> + <toolbar:toolbaritem xlink:href=".uno:InsertAnnotation" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:HyperlinkDialog" toolbar:visible="false"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:DataSort"/> <toolbar:toolbaritem xlink:href=".uno:SortAscending" toolbar:visible="false"/> |