diff options
author | Justin Luth <justin.luth@collabora.com> | 2023-01-05 09:57:21 -0500 |
---|---|---|
committer | Justin Luth <jluth@mail.com> | 2023-01-06 00:35:13 +0000 |
commit | 3fd0b4053763aa91b0004c523e96e7d390c7b58e (patch) | |
tree | 4fe0493e6adff3c653e249ddf1ec3147a5907569 /sw/uiconfig/swform | |
parent | a9b666b6b839735919923d8911f7e1efe0eb87b0 (diff) |
tdf#56258 sw toolbar: show SetOutline by default
Because I am making improvements to SetOutline,
it should be in good enough shape to display it to the general public.
If the improvements don't land, or are not considered good enough,
then this patch can simply be reverted.
I have no intention of backporting this.
Change-Id: If2a4926d136086b3ae2d17d157b5a4642d88561e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145097
Tested-by: Jenkins
Reviewed-by: Justin Luth <jluth@mail.com>
Diffstat (limited to 'sw/uiconfig/swform')
-rw-r--r-- | sw/uiconfig/swform/toolbar/textobjectbar.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/uiconfig/swform/toolbar/textobjectbar.xml b/sw/uiconfig/swform/toolbar/textobjectbar.xml index 9c4c45fd682b..c67af2b3fcee 100644 --- a/sw/uiconfig/swform/toolbar/textobjectbar.xml +++ b/sw/uiconfig/swform/toolbar/textobjectbar.xml @@ -64,7 +64,7 @@ <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:DefaultBullet"/> <toolbar:toolbaritem xlink:href=".uno:DefaultNumbering"/> - <toolbar:toolbaritem xlink:href=".uno:SetOutline" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:SetOutline"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:IncrementIndent"/> <toolbar:toolbaritem xlink:href=".uno:DecrementIndent"/> |