diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2014-02-06 01:21:54 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-07 14:28:23 +0000 |
commit | 5024ce2a2c0c08dcd74b2410d088a9daf83d2f31 (patch) | |
tree | 624e6fb920bf003831cf11d74a16bf42e8b3baf5 /extras | |
parent | b6542ea43ac6141486d3d1f29bbab9b053c26b21 (diff) |
sidebar: even more cleanup of text panel
Contains the following changes:
- Kill SvxSBFontNameBox.
- Remove ToolboxFontSelectHandler.
- Move .uno:Color to a separate toolbox. It allows to
remove some hardcoded uno commands from the code, and
also solves a redrawing issue.
- General cleanup.
Change-Id: I6fb797aa95d1a73dca0003ad1a40aee55e27e163
Reviewed-on: https://gerrit.libreoffice.org/7893
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'extras')
-rw-r--r-- | extras/source/glade/libreoffice-catalog.xml.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/extras/source/glade/libreoffice-catalog.xml.in b/extras/source/glade/libreoffice-catalog.xml.in index dc574818a660..71c7ac168e56 100644 --- a/extras/source/glade/libreoffice-catalog.xml.in +++ b/extras/source/glade/libreoffice-catalog.xml.in @@ -138,10 +138,6 @@ </properties> </glade-widget-class> - <glade-widget-class title="Sidebar Font Name ListBox" name="svxlo-SvxSBFontNameBox" - generic-name="Sidebar Font name ListBox" parent="GtkComboBox" - icon-name="widget-gtk-combobox"/> - <glade-widget-class title="Font Size ListBox" name="svtlo-FontSizeBox" generic-name="Font Size ListBox" parent="GtkComboBox" icon-name="widget-gtk-combobox"> |