sw/uiconfig/swriter/toolbar/textobjectbar.xml | 32 +++++++++++++------------- 1 file changed, 16 insertions(+), 16 deletions(-)
New commits: commit affe79b5a920a2aa0bc284e918c96aa0379c5efb Author: Yousuf Philips <[email protected]> Date: Mon Oct 6 07:20:39 2014 +0400 fdo#81475 Finalizing new layout of Writer formatting toolbar Change-Id: I0d65c96d8d0447ab2191c441acfd5bd9ce8015b8 Reviewed-on: https://gerrit.libreoffice.org/11817 Reviewed-by: Samuel Mehrbrodt <[email protected]> Tested-by: Samuel Mehrbrodt <[email protected]> diff --git a/sw/uiconfig/swriter/toolbar/textobjectbar.xml b/sw/uiconfig/swriter/toolbar/textobjectbar.xml index 8dc4f70..1caaf45 100644 --- a/sw/uiconfig/swriter/toolbar/textobjectbar.xml +++ b/sw/uiconfig/swriter/toolbar/textobjectbar.xml @@ -25,13 +25,24 @@ <toolbar:toolbaritem xlink:href=".uno:CharFontName"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:FontHeight"/> + <toolbar:toolbaritem xlink:href=".uno:Grow" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:Shrink" toolbar:visible="false"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:Bold"/> <toolbar:toolbaritem xlink:href=".uno:Italic"/> <toolbar:toolbaritem xlink:href=".uno:Underline"/> - <toolbar:toolbaritem xlink:href=".uno:SuperScript"/> + <toolbar:toolbaritem xlink:href=".uno:Strikeout" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:SuperScript" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:SubScript" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:Shadowed"/> + <toolbar:toolbarseparator/> + <toolbar:toolbaritem xlink:href=".uno:FontColor"/> + <toolbar:toolbaritem xlink:href=".uno:BackColor"/> + <toolbar:toolbaritem xlink:href=".uno:BackgroundColor" toolbar:visible="false"/> + <toolbar:toolbarseparator/> + <toolbar:toolbaritem xlink:href=".uno:DefaultNumbering"/> + <toolbar:toolbaritem xlink:href=".uno:DefaultBullet"/> + <toolbar:toolbaritem xlink:href=".uno:DecrementIndent"/> + <toolbar:toolbaritem xlink:href=".uno:IncrementIndent"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:LeftPara" toolbar:style="radio"/> <toolbar:toolbaritem xlink:href=".uno:CenterPara" toolbar:style="radio"/> @@ -41,20 +52,9 @@ <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:SpacePara1" toolbar:style="radio" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara15" toolbar:style="radio" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara2" toolbar:style="radio" toolbar:visible="false"/> - <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:DefaultNumbering"/> - <toolbar:toolbaritem xlink:href=".uno:DefaultBullet"/> - <toolbar:toolbaritem xlink:href=".uno:DecrementIndent"/> - <toolbar:toolbaritem xlink:href=".uno:IncrementIndent"/> - <toolbar:toolbaritem xlink:href=".uno:Grow" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:Shrink" toolbar:visible="false"/> - <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:FontColor" toolbar:style="dropdown"/> - <toolbar:toolbaritem xlink:href=".uno:BackColor" toolbar:style="dropdown"/> - <toolbar:toolbaritem xlink:href=".uno:BackgroundColor" toolbar:style="dropdown"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara1" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara15" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara2" toolbar:style="radio"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:SelectAll" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:FontDialog" toolbar:visible="false"/> _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
