diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2014-11-09 02:46:33 +0400 |
---|---|---|
committer | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2014-11-09 11:12:07 +0000 |
commit | 9667e015fcc89a4de9b9b8fdde8f4bc68f1eef81 (patch) | |
tree | e1362ded8f8aa7205e1c89002a7790e551bc0dcf /sc/uiconfig | |
parent | 0daa405e104098bbceea6a974a80ad49ff50af7a (diff) |
fdo#85594 hiding, unhiding and rearranging standard toolbar buttons in Calc
Change-Id: I4c61d9c5facdc0af8bb73b6839deca72f6049936
Reviewed-on: https://gerrit.libreoffice.org/12317
Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Diffstat (limited to 'sc/uiconfig')
-rw-r--r-- | sc/uiconfig/scalc/toolbar/standardbar.xml | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/sc/uiconfig/scalc/toolbar/standardbar.xml b/sc/uiconfig/scalc/toolbar/standardbar.xml index 9fcaccc6310d..7c064197a3fa 100644 --- a/sc/uiconfig/scalc/toolbar/standardbar.xml +++ b/sc/uiconfig/scalc/toolbar/standardbar.xml @@ -24,7 +24,7 @@ <toolbar:toolbaritem xlink:href=".uno:OpenFromCalc" toolbar:style="dropdown"/> <toolbar:toolbaritem xlink:href=".uno:Save"/> <toolbar:toolbaritem xlink:href=".uno:SaveAs" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:SendMail"/> + <toolbar:toolbaritem xlink:href=".uno:SendMail" toolbar:visible="false"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:EditDoc" toolbar:visible="false"/> <toolbar:toolbarseparator/> @@ -33,9 +33,6 @@ <toolbar:toolbaritem xlink:href=".uno:Print"/> <toolbar:toolbaritem xlink:href=".uno:PrintPreview"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:SpellDialog"/> - <toolbar:toolbaritem xlink:href=".uno:SpellOnline"/> - <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:Cut"/> <toolbar:toolbaritem xlink:href=".uno:Copy"/> <toolbar:toolbaritem xlink:href=".uno:Paste"/> @@ -44,19 +41,21 @@ <toolbar:toolbaritem xlink:href=".uno:Undo"/> <toolbar:toolbaritem xlink:href=".uno:Redo"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:HyperlinkDialog"/> + <toolbar:toolbaritem xlink:href=".uno:SpellDialog"/> + <toolbar:toolbaritem xlink:href=".uno:SpellOnline" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:SearchDialog"/> + <toolbar:toolbaritem xlink:href=".uno:Navigator"/> <toolbar:toolbaritem xlink:href=".uno:SortAscending"/> <toolbar:toolbaritem xlink:href=".uno:SortDescending"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:InsertObjectChart"/> + <toolbar:toolbaritem xlink:href=".uno:Gallery"/> + <toolbar:toolbaritem xlink:href=".uno:HyperlinkDialog"/> <toolbar:toolbaritem xlink:href=".uno:InsertDraw"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:SearchDialog" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:Navigator"/> - <toolbar:toolbaritem xlink:href=".uno:Gallery"/> <toolbar:toolbaritem xlink:href=".uno:ViewDataSourceBrowser"/> <toolbar:toolbaritem xlink:href=".uno:Zoom" toolbar:visible="false"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:HelpIndex"/> + <toolbar:toolbaritem xlink:href=".uno:HelpIndex" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:ExtendedHelp" toolbar:visible="false"/> </toolbar:toolbar> |