diff options
author | Justin Luth <justin.luth@collabora.com> | 2023-11-23 15:07:37 -0500 |
---|---|---|
committer | Pedro Silva <pedro.silva@collabora.com> | 2023-11-24 16:16:18 +0100 |
commit | 0524a5874e48d3e887ce18c15a47bf37b2e9f955 (patch) | |
tree | 6400e016faef0531c54b97c8807163f073a8bdbb /svx | |
parent | a7ff64fbe92bb34f6e632d72e770f063fba4fda0 (diff) |
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 <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Justin Luth <jluth@mail.com>
Reviewed-by: Pedro Silva <pedro.silva@collabora.com>
Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/uiconfig/ui/sidebarparagraph.ui | 11 |
1 files changed, 0 insertions, 11 deletions
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> |