sd/uiconfig/sdraw/toolbar/textobjectbar.xml | 11 +++++++---- sd/uiconfig/simpress/toolbar/textobjectbar.xml | 11 +++++++---- 2 files changed, 14 insertions(+), 8 deletions(-)
New commits: commit 458dac8b76cafe8559b80bf9b36a2ac012b9c52f Author: Bogdan B <buzea.bog...@libreoffice.org> AuthorDate: Fri Nov 11 18:09:48 2022 +0200 Commit: Heiko Tietze <heiko.tie...@documentfoundation.org> CommitDate: Wed Nov 16 13:02:33 2022 +0100 tdf#149305 Add indent button in text toolbar and change buttons order Add indent button in text formatting toolbar in Draw and Impress (like in Writer). Move 'bullets buttons' in the same position in toolbar like in Writer. Change-Id: Ic27d8d499abdf1070bc0bff627d9d2023e005c78 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142530 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tie...@documentfoundation.org> diff --git a/sd/uiconfig/sdraw/toolbar/textobjectbar.xml b/sd/uiconfig/sdraw/toolbar/textobjectbar.xml index 1131052a2065..23d269b01129 100644 --- a/sd/uiconfig/sdraw/toolbar/textobjectbar.xml +++ b/sd/uiconfig/sdraw/toolbar/textobjectbar.xml @@ -45,10 +45,6 @@ <toolbar:toolbaritem xlink:href=".uno:Color"/> <toolbar:toolbaritem xlink:href=".uno:CharBackColor"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:DefaultBullet"/> - <toolbar:toolbaritem xlink:href=".uno:DefaultNumbering"/> - <toolbar:toolbaritem xlink:href=".uno:SetOutline" toolbar:visible="false"/> - <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:LeftPara"/> <toolbar:toolbaritem xlink:href=".uno:CenterPara"/> <toolbar:toolbaritem xlink:href=".uno:RightPara"/> @@ -58,6 +54,13 @@ <toolbar:toolbaritem xlink:href=".uno:CellVertCenter"/> <toolbar:toolbaritem xlink:href=".uno:CellVertBottom"/> <toolbar:toolbarseparator/> + <toolbar:toolbaritem xlink:href=".uno:DefaultBullet"/> + <toolbar:toolbaritem xlink:href=".uno:DefaultNumbering"/> + <toolbar:toolbaritem xlink:href=".uno:SetOutline" toolbar:visible="false"/> + <toolbar:toolbarseparator/> + <toolbar:toolbaritem xlink:href=".uno:IncrementIndent"/> + <toolbar:toolbaritem xlink:href=".uno:DecrementIndent"/> + <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:LineSpacing"/> <toolbar:toolbaritem xlink:href=".uno:Spacing" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:ParaspaceIncrease"/> diff --git a/sd/uiconfig/simpress/toolbar/textobjectbar.xml b/sd/uiconfig/simpress/toolbar/textobjectbar.xml index 1131052a2065..23d269b01129 100644 --- a/sd/uiconfig/simpress/toolbar/textobjectbar.xml +++ b/sd/uiconfig/simpress/toolbar/textobjectbar.xml @@ -45,10 +45,6 @@ <toolbar:toolbaritem xlink:href=".uno:Color"/> <toolbar:toolbaritem xlink:href=".uno:CharBackColor"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:DefaultBullet"/> - <toolbar:toolbaritem xlink:href=".uno:DefaultNumbering"/> - <toolbar:toolbaritem xlink:href=".uno:SetOutline" toolbar:visible="false"/> - <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:LeftPara"/> <toolbar:toolbaritem xlink:href=".uno:CenterPara"/> <toolbar:toolbaritem xlink:href=".uno:RightPara"/> @@ -58,6 +54,13 @@ <toolbar:toolbaritem xlink:href=".uno:CellVertCenter"/> <toolbar:toolbaritem xlink:href=".uno:CellVertBottom"/> <toolbar:toolbarseparator/> + <toolbar:toolbaritem xlink:href=".uno:DefaultBullet"/> + <toolbar:toolbaritem xlink:href=".uno:DefaultNumbering"/> + <toolbar:toolbaritem xlink:href=".uno:SetOutline" toolbar:visible="false"/> + <toolbar:toolbarseparator/> + <toolbar:toolbaritem xlink:href=".uno:IncrementIndent"/> + <toolbar:toolbaritem xlink:href=".uno:DecrementIndent"/> + <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:LineSpacing"/> <toolbar:toolbaritem xlink:href=".uno:Spacing" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:ParaspaceIncrease"/>