diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-05-05 13:24:34 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-05-05 17:21:57 +0100 |
commit | 9a5361df8c3b89203315ba0a33bc4d8f613d701f (patch) | |
tree | 735345f0af0668e42775a95048505454a7b8227c /extras | |
parent | 5d7af14e3224e784a3c1cc6b0fcd23889c3d8ed1 (diff) |
add some missing glade prototypes
Change-Id: Iff936ca81c594b588b0dd8b66970fa6135a4c53e
Diffstat (limited to 'extras')
-rw-r--r-- | extras/source/glade/libreoffice-catalog.xml.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/extras/source/glade/libreoffice-catalog.xml.in b/extras/source/glade/libreoffice-catalog.xml.in index d2f5aca4a287..58f70c4e2639 100644 --- a/extras/source/glade/libreoffice-catalog.xml.in +++ b/extras/source/glade/libreoffice-catalog.xml.in @@ -696,6 +696,14 @@ generic-name="Fade Effect ListBox" parent="GtkComboBox" icon-name="widget-gtk-combobox"/> + <glade-widget-class title="Fill Type ListBox" name="svxlo-SvxFillTypeBox" + generic-name="Fill Type ListBox" parent="GtkComboBox" + icon-name="widget-gtk-combobox"/> + + <glade-widget-class title="Fill Attr ListBox" name="svxlo-SvxFillAttrBox" + generic-name="Fill Attr ListBox" parent="GtkComboBox" + icon-name="widget-gtk-combobox"/> + <glade-widget-class title="Open Document Button" name="dbulo-OpenDocumentButton" generic-name="Open Document Button" parent="GtkButton" icon-name="widget-gtk-button"/> |