diff options
author | Justin Luth <justin.luth@collabora.com> | 2023-01-05 08:55:05 -0500 |
---|---|---|
committer | Justin Luth <jluth@mail.com> | 2023-01-06 00:31:54 +0000 |
commit | c0eb37dfd00311518926bd602ccc8776f89b397c (patch) | |
tree | ed3908ad0af967c0ad496f5def59f94d172d9bcb /sw/uiconfig | |
parent | 9a16cef6f40e59d92d1bb297f40d78dfb2bb6345 (diff) |
tdf#115965 tdf#148790 sw toolbar: no need for RemoveBullet
The existing buttons for bullets and number lists are already
toggles. Having a separate button to remove them is almost
completely pointless.
Change-Id: I11314a152848a9ff32eb01e2eb36bd145f890622
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145096
Tested-by: Jenkins
Reviewed-by: Justin Luth <jluth@mail.com>
Diffstat (limited to 'sw/uiconfig')
-rw-r--r-- | sw/uiconfig/swriter/toolbar/textobjectbar.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/uiconfig/swriter/toolbar/textobjectbar.xml b/sw/uiconfig/swriter/toolbar/textobjectbar.xml index cf6589a9ce5f..9c4c45fd682b 100644 --- a/sw/uiconfig/swriter/toolbar/textobjectbar.xml +++ b/sw/uiconfig/swriter/toolbar/textobjectbar.xml @@ -64,7 +64,6 @@ <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:DefaultBullet"/> <toolbar:toolbaritem xlink:href=".uno:DefaultNumbering"/> - <toolbar:toolbaritem xlink:href=".uno:RemoveBullets"/> <toolbar:toolbaritem xlink:href=".uno:SetOutline" toolbar:visible="false"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:IncrementIndent"/> |