sw/uiconfig/swriter/toolbar/textobjectbar.xml |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit c0eb37dfd00311518926bd602ccc8776f89b397c
Author:     Justin Luth <justin.l...@collabora.com>
AuthorDate: Thu Jan 5 08:55:05 2023 -0500
Commit:     Justin Luth <jl...@mail.com>
CommitDate: Fri Jan 6 00:31:54 2023 +0000

    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 <jl...@mail.com>

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"/>

Reply via email to