diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-10-07 12:09:24 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-10-07 21:16:56 +0100 |
commit | 141a4ac1d21121a4e46470c797c6fce741151fee (patch) | |
tree | 48a884e20b422433577f5e481067576246ec0b66 /extras | |
parent | 6e14f159b4fd13f8760ab19496f1e465a19c28e8 (diff) |
convert calc navigator to .ui format
Change-Id: I74d718b128ea1d795ab01da1234f58cfe1852aff
Diffstat (limited to 'extras')
-rw-r--r-- | extras/source/glade/libreoffice-catalog.xml.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/extras/source/glade/libreoffice-catalog.xml.in b/extras/source/glade/libreoffice-catalog.xml.in index 3f78445d0b20..ecb5b943fc52 100644 --- a/extras/source/glade/libreoffice-catalog.xml.in +++ b/extras/source/glade/libreoffice-catalog.xml.in @@ -605,6 +605,13 @@ generic-name="Relative Numeric Field" parent="GtkSpinButton" icon-name="widget-gtk-spinbutton"/> + <glade-widget-class title="Calc Row SpinButton" name="sclo-RowEdit" + generic-name="Calc Row SpinButton" parent="GtkSpinButton" + icon-name="widget-gtk-spinbutton"/> + <glade-widget-class title="Calc Column SpinButton" name="sclo-ColumnEdit" + generic-name="Calc Column SpinButton" parent="GtkSpinButton" + icon-name="widget-gtk-spinbutton"/> + <glade-widget-class title="SvtURLBox" name="svtlo-SvtURLBox" generic-name="URLBox" parent="VclComboBoxText" icon-name="widget-gtk-comboboxtext"/> |