diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2014-12-03 05:31:02 +0400 |
---|---|---|
committer | Yousuf Philips <philipz85@hotmail.com> | 2014-12-03 16:30:37 +0000 |
commit | ebf31a9b2c98167c2d46e16a19a75c287b0a4c6b (patch) | |
tree | 04a17cf1d142c25979ce4c72b47f6fc95d313a85 /sc/uiconfig | |
parent | 90adb5412f1066f53a8db339ce5aac543431617e (diff) |
fdo#85594 enabling date format and rearranging others
Change-Id: I839f6a3a01c1a9758b7997858416f15b73dba0bd
Reviewed-on: https://gerrit.libreoffice.org/13284
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Tested-by: Yousuf Philips <philipz85@hotmail.com>
Diffstat (limited to 'sc/uiconfig')
-rw-r--r-- | sc/uiconfig/scalc/toolbar/formatobjectbar.xml | 14 | ||||
-rw-r--r-- | sc/uiconfig/scalc/toolbar/standardbar.xml | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/sc/uiconfig/scalc/toolbar/formatobjectbar.xml b/sc/uiconfig/scalc/toolbar/formatobjectbar.xml index ab547e6f75b0..2de1389e12e6 100644 --- a/sc/uiconfig/scalc/toolbar/formatobjectbar.xml +++ b/sc/uiconfig/scalc/toolbar/formatobjectbar.xml @@ -44,12 +44,6 @@ <toolbar:toolbaritem xlink:href=".uno:ToggleMergeCells" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:WrapText"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft" toolbar:style="radio"/> - <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:TextdirectionLeftToRight"/> - <toolbar:toolbaritem xlink:href=".uno:TextdirectionTopToBottom"/> - <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:AlignTop" toolbar:style="radio auto"/> <toolbar:toolbaritem xlink:href=".uno:AlignVCenter" toolbar:style="radio auto"/> <toolbar:toolbaritem xlink:href=".uno:AlignBottom" toolbar:style="radio auto"/> @@ -58,7 +52,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:toolbaritem xlink:href=".uno:NumberFormatIncDecimals"/> <toolbar:toolbaritem xlink:href=".uno:NumberFormatDecDecimals"/> @@ -76,4 +70,10 @@ <toolbar:toolbaritem xlink:href=".uno:IconSetFormatDialog" toolbar:visible="false"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:ToggleSheetGrid" toolbar:visible="false"/> + <toolbar:toolbarseparator/> + <toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft" toolbar:style="radio"/> + <toolbar:toolbarseparator/> + <toolbar:toolbaritem xlink:href=".uno:TextdirectionLeftToRight"/> + <toolbar:toolbaritem xlink:href=".uno:TextdirectionTopToBottom"/> </toolbar:toolbar> diff --git a/sc/uiconfig/scalc/toolbar/standardbar.xml b/sc/uiconfig/scalc/toolbar/standardbar.xml index 55978ab67676..e71225d16314 100644 --- a/sc/uiconfig/scalc/toolbar/standardbar.xml +++ b/sc/uiconfig/scalc/toolbar/standardbar.xml @@ -47,8 +47,8 @@ <toolbar:toolbaritem xlink:href=".uno:Navigator" toolbar:visible="false"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:InsertRows"/> - <toolbar:toolbaritem xlink:href=".uno:DeleteRows"/> <toolbar:toolbaritem xlink:href=".uno:InsertColumns"/> + <toolbar:toolbaritem xlink:href=".uno:DeleteRows"/> <toolbar:toolbaritem xlink:href=".uno:DeleteColumns"/> <toolbar:toolbaritem xlink:href=".uno:ToggleMergeCells"/> <toolbar:toolbaritem xlink:href=".uno:SplitCell" toolbar:visible="false"/> |