diff options
-rw-r--r-- | extras/source/glade/libreoffice-catalog.xml.in | 4 | ||||
-rwxr-xr-x | solenv/bin/native-code.py | 1 | ||||
-rw-r--r-- | svx/source/tbxctrls/itemwin.cxx | 2 |
3 files changed, 0 insertions, 7 deletions
diff --git a/extras/source/glade/libreoffice-catalog.xml.in b/extras/source/glade/libreoffice-catalog.xml.in index 363a1674f693..6e548251266f 100644 --- a/extras/source/glade/libreoffice-catalog.xml.in +++ b/extras/source/glade/libreoffice-catalog.xml.in @@ -114,10 +114,6 @@ generic-name="PropertyControl" parent="GtkComboBoxText" icon-name="widget-gtk-comboboxtext"/> - <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="Sidebar ToolBox" name="sfxlo-SidebarToolBox" generic-name="Sidebar ToolBox" parent="GtkToolbar" icon-name="widget-gtk-toolbar"> diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py index d23b033624ce..420219729e2c 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -515,7 +515,6 @@ custom_widgets = [ 'SvxCharViewControl', 'SvxColorListBox', 'SvxColorValueSet', - 'SvxFillTypeBox', 'SvxLightCtl3D', 'SvxRelativeField', 'SwNavHelpToolBox', diff --git a/svx/source/tbxctrls/itemwin.cxx b/svx/source/tbxctrls/itemwin.cxx index 1341e95b9e5a..5443d4f12751 100644 --- a/svx/source/tbxctrls/itemwin.cxx +++ b/svx/source/tbxctrls/itemwin.cxx @@ -431,8 +431,6 @@ SvxFillTypeBox::SvxFillTypeBox( vcl::Window* pParent ) : Show(); } -VCL_BUILDER_FACTORY(SvxFillTypeBox) - bool SvxFillTypeBox::PreNotify( NotifyEvent& rNEvt ) { MouseNotifyEvent nType = rNEvt.GetType(); |