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>
diff --git a/sw/uiconfig/swriter/toolbar/textobjectbar.xml b/sw/uiconfig/swriter/toolbar/textobjectbar.xml
index cf6589a..9c4c45f 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"/>