diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2015-04-11 14:25:58 +0400 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2015-04-11 14:44:11 +0000 |
commit | e939dbbb3bd0259d325ec941a00abf517e235d13 (patch) | |
tree | e0cb88e2a6cbe235ef3f9a7b306ff2312c187198 /sc | |
parent | 04c4287714dec047ec64ff6604cc6045f726d9d8 (diff) |
Tweaks to calc toolbars and add missing small tango icons
Change-Id: I0e84003420e58d1d830a1e937372fabe87208479
Reviewed-on: https://gerrit.libreoffice.org/15244
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/uiconfig/scalc/toolbar/formatobjectbar.xml | 2 | ||||
-rw-r--r-- | sc/uiconfig/scalc/toolbar/standardbar.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sc/uiconfig/scalc/toolbar/formatobjectbar.xml b/sc/uiconfig/scalc/toolbar/formatobjectbar.xml index a439ffc3c5ca..ea0bb88dadbe 100644 --- a/sc/uiconfig/scalc/toolbar/formatobjectbar.xml +++ b/sc/uiconfig/scalc/toolbar/formatobjectbar.xml @@ -54,7 +54,7 @@ <toolbar:toolbaritem xlink:href=".uno:NumberFormatCurrency"/> <toolbar:toolbaritem xlink:href=".uno:NumberFormatPercent"/> <toolbar:toolbaritem xlink:href=".uno:NumberFormatDecimal"/> - <toolbar:toolbaritem xlink:href=".uno:NumberFormatDate" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:NumberFormatDate"/> <toolbar:toolbaritem xlink:href=".uno:NumberFormatScientific" toolbar:visible="false"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:NumberFormatIncDecimals"/> diff --git a/sc/uiconfig/scalc/toolbar/standardbar.xml b/sc/uiconfig/scalc/toolbar/standardbar.xml index ddf711d97530..40c45b33161a 100644 --- a/sc/uiconfig/scalc/toolbar/standardbar.xml +++ b/sc/uiconfig/scalc/toolbar/standardbar.xml @@ -70,9 +70,9 @@ <toolbar:toolbaritem xlink:href=".uno:InsertAnnotation"/> <toolbar:toolbaritem xlink:href=".uno:DrawText" toolbar:visible="false"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:FreezePanes"/> <toolbar:toolbaritem xlink:href=".uno:DefinePrintArea"/> - <toolbar:toolbaritem xlink:href=".uno:SplitWindow" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:FreezePanes"/> + <toolbar:toolbaritem xlink:href=".uno:SplitWindow"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:Line" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:BasicShapes" toolbar:visible="false"/> |