diff options
-rw-r--r-- | extras/source/glade/libreoffice-catalog.xml.in | 4 | ||||
-rw-r--r-- | sw/uiconfig/swriter/ui/editsectiondialog.ui | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/extras/source/glade/libreoffice-catalog.xml.in b/extras/source/glade/libreoffice-catalog.xml.in index 2cebd981fe0f..ab4df998529f 100644 --- a/extras/source/glade/libreoffice-catalog.xml.in +++ b/extras/source/glade/libreoffice-catalog.xml.in @@ -182,6 +182,10 @@ generic-name="Condition Edit" parent="GtkEntry" icon-name="widget-gtk-textentry"/> + <glade-widget-class title="NoSpace Edit" name="swlo-NoSpaceEdit" + generic-name="NoSpace Edit" parent="GtkEntry" + icon-name="widget-gtk-textentry"/> + <glade-widget-class title="Cursor Reference Edit" name="sclo-ScCursorRefEdit" generic-name="Cursor Reference Edit" parent="foruilo-RefEdit" icon-name="widget-gtk-textentry"/> diff --git a/sw/uiconfig/swriter/ui/editsectiondialog.ui b/sw/uiconfig/swriter/ui/editsectiondialog.ui index 29b2622059b5..96cc9a950bcd 100644 --- a/sw/uiconfig/swriter/ui/editsectiondialog.ui +++ b/sw/uiconfig/swriter/ui/editsectiondialog.ui @@ -600,7 +600,7 @@ </packing> </child> <child> - <object class="swuilo-ConditionEdit" id="condition"> + <object class="swlo-ConditionEdit" id="condition"> <property name="visible">True</property> <property name="sensitive">False</property> <property name="can_focus">True</property> |