sc/uiconfig/scalc/toolbar/formatobjectbar.xml | 14 +++++++------- sc/uiconfig/scalc/toolbar/standardbar.xml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-)
New commits: commit ebf31a9b2c98167c2d46e16a19a75c287b0a4c6b Author: Yousuf Philips <[email protected]> Date: Wed Dec 3 05:31:02 2014 +0400 fdo#85594 enabling date format and rearranging others Change-Id: I839f6a3a01c1a9758b7997858416f15b73dba0bd Reviewed-on: https://gerrit.libreoffice.org/13284 Reviewed-by: Yousuf Philips <[email protected]> Tested-by: Yousuf Philips <[email protected]> diff --git a/sc/uiconfig/scalc/toolbar/formatobjectbar.xml b/sc/uiconfig/scalc/toolbar/formatobjectbar.xml index ab547e6..2de1389 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 55978ab..e71225d 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"/> _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
