svx/uiconfig/ui/sidebarparagraph.ui |   11 -----------
 1 file changed, 11 deletions(-)

New commits:
commit 0524a5874e48d3e887ce18c15a47bf37b2e9f955
Author:     Justin Luth <justin.l...@collabora.com>
AuthorDate: Thu Nov 23 15:07:37 2023 -0500
Commit:     Pedro Silva <pedro.si...@collabora.com>
CommitDate: Fri Nov 24 16:16:18 2023 +0100

    tdf#115965 tdf#148790 sw sidebar: no need for RemoveBullet
    
    "No List" was already removed from sw toolbar in 7.6.
    Having it "lit up" when in a normal paragraph is distracting.
    
    In LOKit it was desired to just remove it. Since the sidebar's
    existing buttons for bullet and number lists are already toggles,
    having a separate button to remove lists is almost completely pointless,
    so let's remove it completely for all versions of LibreOffice.
    
    This only affects SW. Only WriterVariants show mxTBxNumBullet
    in svx/source/sidebar/paragraph/ParaPropertyPanel.cxx.
    
    DrawImpress uses svx/source/sidebar/lists/ListsPropertyPanel.cxx
    which didn't contain "No List".
    
    Change-Id: Ie54b2647e2ec1729ebe3ab155e77b7fed3fff057
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159886
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Justin Luth <jl...@mail.com>
    Reviewed-by: Pedro Silva <pedro.si...@collabora.com>
    Reviewed-by: Szymon Kłos <szymon.k...@collabora.com>

diff --git a/svx/uiconfig/ui/sidebarparagraph.ui 
b/svx/uiconfig/ui/sidebarparagraph.ui
index 9224ec3264a1..a27a046e1f1b 100644
--- a/svx/uiconfig/ui/sidebarparagraph.ui
+++ b/svx/uiconfig/ui/sidebarparagraph.ui
@@ -669,17 +669,6 @@
                 <property name="homogeneous">False</property>
               </packing>
             </child>
-            <child>
-              <object class="GtkToolButton" id=".uno:RemoveBullets">
-                <property name="visible">True</property>
-                <property name="can-focus">False</property>
-                <property name="use-underline">True</property>
-              </object>
-              <packing>
-                <property name="expand">False</property>
-                <property name="homogeneous">False</property>
-              </packing>
-            </child>
           </object>
           <packing>
             <property name="left-attach">0</property>

Reply via email to