summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSusobhan Ghosh <susobhang70@gmail.com>2016-08-25 11:56:26 +0000
committerKatarina Behrens <Katarina.Behrens@cib.de>2016-08-26 07:45:35 +0000
commit213a11b94caf28ffae927169ebd372a866f8f9b2 (patch)
tree379b92b1bba373dba05dce6f4b75f387f3f418e6
parente3b3c3fe41fde28b01ab1b2d8408d92dfa837dc5 (diff)
Add custom widget entries to glade catalog
Change-Id: I0c51c70adcc81b04695ef07627e751a83c8d2f4d Reviewed-on: https://gerrit.libreoffice.org/28381 Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de> Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>
-rw-r--r--extras/source/glade/libreoffice-catalog.xml.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/extras/source/glade/libreoffice-catalog.xml.in b/extras/source/glade/libreoffice-catalog.xml.in
index 379ff6d16ada..3f78445d0b20 100644
--- a/extras/source/glade/libreoffice-catalog.xml.in
+++ b/extras/source/glade/libreoffice-catalog.xml.in
@@ -711,6 +711,22 @@
generic-name="Fill Attr ListBox" parent="GtkComboBox"
icon-name="widget-gtk-combobox"/>
+ <glade-widget-class title="Page Size ListBox" name="svxcorelo-PaperSizeListBox"
+ generic-name="Page Size ListBox" parent="GtkComboBox"
+ icon-name="widget-gtk-combobox"/>
+
+ <glade-widget-class title="Page Numbering ListBox" name="svxcorelo-PageNumberListBox"
+ generic-name="Page Numbering ListBox" parent="GtkComboBox"
+ icon-name="widget-gtk-combobox"/>
+
+ <glade-widget-class title="Spacing Preset ListBox" name="svxcorelo-SpacingListBox"
+ generic-name="Spacing Preset ListBox" parent="GtkComboBox"
+ icon-name="widget-gtk-combobox"/>
+
+ <glade-widget-class title="Same Content Preset ListBox" name="svxcorelo-SameContentListBox"
+ generic-name="Same Content Preset 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"/>