[Libreoffice-commits] core.git: extras/source

Susobhan Ghosh susobhang70 at gmail.com
Fri Aug 26 07:45:59 UTC 2016


 extras/source/glade/libreoffice-catalog.xml.in |   16 ++++++++++++++++
 1 file changed, 16 insertions(+)

New commits:
commit 213a11b94caf28ffae927169ebd372a866f8f9b2
Author: Susobhan Ghosh <susobhang70 at gmail.com>
Date:   Thu Aug 25 11:56:26 2016 +0000

    Add custom widget entries to glade catalog
    
    Change-Id: I0c51c70adcc81b04695ef07627e751a83c8d2f4d
    Reviewed-on: https://gerrit.libreoffice.org/28381
    Reviewed-by: Katarina Behrens <Katarina.Behrens at cib.de>
    Tested-by: Katarina Behrens <Katarina.Behrens at cib.de>

diff --git a/extras/source/glade/libreoffice-catalog.xml.in b/extras/source/glade/libreoffice-catalog.xml.in
index 379ff6d..3f78445 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"/>


More information about the Libreoffice-commits mailing list