diff options
author | andreas kainz <kainz.a@gmail.com> | 2019-01-11 14:49:13 +0100 |
---|---|---|
committer | andreas_kainz <kainz.a@gmail.com> | 2019-01-15 13:34:10 +0100 |
commit | dc7ae151c481b9d6154ff3f982508b1e0f0cb5fd (patch) | |
tree | 92787744196be9dd7b29c4a03980596523fc22e9 /sw/uiconfig/swriter | |
parent | d3ef6070dc0a597a1a7cef7c39c50b95d664976d (diff) |
tdf#121033 drawtextobjectbar follow now textobjectbar
textobjectbar are now the same in all sw modules
orientation was removed cause it's page orientation
instead of text orientation
Change-Id: I3d1f32d426d6266f7482b93f55fa847d639d91aa
Reviewed-on: https://gerrit.libreoffice.org/66174
Tested-by: Jenkins
Reviewed-by: andreas_kainz <kainz.a@gmail.com>
Diffstat (limited to 'sw/uiconfig/swriter')
-rw-r--r-- | sw/uiconfig/swriter/toolbar/drawtextobjectbar.xml | 20 | ||||
-rw-r--r-- | sw/uiconfig/swriter/toolbar/textobjectbar.xml | 2 |
2 files changed, 12 insertions, 10 deletions
diff --git a/sw/uiconfig/swriter/toolbar/drawtextobjectbar.xml b/sw/uiconfig/swriter/toolbar/drawtextobjectbar.xml index 018cd278ad5b..dc190e4836fe 100644 --- a/sw/uiconfig/swriter/toolbar/drawtextobjectbar.xml +++ b/sw/uiconfig/swriter/toolbar/drawtextobjectbar.xml @@ -26,7 +26,8 @@ <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:UnderlineSimple"/> + <toolbar:toolbaritem xlink:href=".uno:UnderlineDouble" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:Strikeout"/> <toolbar:toolbaritem xlink:href=".uno:Overline" toolbar:visible="false"/> <toolbar:toolbarseparator/> @@ -37,7 +38,12 @@ <toolbar:toolbaritem xlink:href=".uno:OutlineFont"/> <toolbar:toolbaritem xlink:href=".uno:ResetAttributes"/> <toolbar:toolbarseparator/> + <toolbar:toolbaritem xlink:href=".uno:ChangeCaseToLower" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:ChangeCaseToUpper" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:SmallCaps" toolbar:visible="false"/> + <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:Color"/> + <toolbar:toolbaritem xlink:href=".uno:CharBackColor"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:LeftPara"/> <toolbar:toolbaritem xlink:href=".uno:CenterPara"/> @@ -49,19 +55,17 @@ <toolbar:toolbaritem xlink:href=".uno:CellVertBottom"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:LineSpacing"/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara1" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara15" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara2" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:Spacing" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:ParaspaceIncrease"/> <toolbar:toolbaritem xlink:href=".uno:ParaspaceDecrease"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:TextdirectionLeftToRight"/> <toolbar:toolbaritem xlink:href=".uno:TextdirectionTopToBottom"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:FontDialog"/> - <toolbar:toolbaritem xlink:href=".uno:ParagraphDialog"/> - <toolbar:toolbaritem xlink:href=".uno:SelectAll"/> - <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight"/> <toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft"/> + <toolbar:toolbarseparator/> + <toolbar:toolbaritem xlink:href=".uno:SelectAll" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:FontDialog" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:ParagraphDialog" toolbar:visible="false"/> </toolbar:toolbar> diff --git a/sw/uiconfig/swriter/toolbar/textobjectbar.xml b/sw/uiconfig/swriter/toolbar/textobjectbar.xml index db0125357778..2408d0f9b8da 100644 --- a/sw/uiconfig/swriter/toolbar/textobjectbar.xml +++ b/sw/uiconfig/swriter/toolbar/textobjectbar.xml @@ -77,8 +77,6 @@ <toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight"/> <toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:Orientation" toolbar:visible="false"/> - <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:SelectAll" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:FontDialog" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:ParagraphDialog" toolbar:visible="false"/> |