sd/uiconfig/simpress/toolbar/toolbar.xml | 1 + 1 file changed, 1 insertion(+)
New commits: commit dd181a31d897ca6785191e727ed6c57a53c22ad3 Author: Kira Tubo <[email protected]> AuthorDate: Fri Sep 20 00:32:39 2024 -0700 Commit: Heiko Tietze <[email protected]> CommitDate: Wed Sep 25 11:05:39 2024 +0200 tdf#139619 Add Line Style to Impress standard toolbar Change-Id: I00e07e80cf86bc60cb7323eedaf27931cfc71a1a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173696 Tested-by: Jenkins Tested-by: Heiko Tietze <[email protected]> Reviewed-by: Heiko Tietze <[email protected]> diff --git a/sd/uiconfig/simpress/toolbar/toolbar.xml b/sd/uiconfig/simpress/toolbar/toolbar.xml index bc0958c5bf00..97d6e86f25b8 100644 --- a/sd/uiconfig/simpress/toolbar/toolbar.xml +++ b/sd/uiconfig/simpress/toolbar/toolbar.xml @@ -26,6 +26,7 @@ <toolbar:toolbaritem xlink:href=".uno:VerticalText" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:FontworkGalleryFloater" toolbar:visible="false"/> <toolbar:toolbarseparator/> + <toolbar:toolbaritem xlink:href=".uno:XLineStyle"/> <toolbar:toolbaritem xlink:href=".uno:XLineColor"/> <toolbar:toolbaritem xlink:href=".uno:FillColor"/> <toolbar:toolbarseparator/>
