summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--extras/source/glade/libreoffice-catalog.xml.in4
-rwxr-xr-xsolenv/bin/native-code.py1
-rw-r--r--svx/source/tbxctrls/itemwin.cxx2
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 ad20ad5fac51..363a1674f693 100644
--- a/extras/source/glade/libreoffice-catalog.xml.in
+++ b/extras/source/glade/libreoffice-catalog.xml.in
@@ -118,10 +118,6 @@
generic-name="Fill Type ListBox" parent="GtkComboBox"
icon-name="widget-gtk-combobox"/>
- <glade-widget-class title="Fill Attr ListBox" name="svxlo-SvxFillAttrBox"
- generic-name="Fill Attr 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 344a08f195a4..d23b033624ce 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -515,7 +515,6 @@ custom_widgets = [
'SvxCharViewControl',
'SvxColorListBox',
'SvxColorValueSet',
- 'SvxFillAttrBox',
'SvxFillTypeBox',
'SvxLightCtl3D',
'SvxRelativeField',
diff --git a/svx/source/tbxctrls/itemwin.cxx b/svx/source/tbxctrls/itemwin.cxx
index c6b07d3b71de..1341e95b9e5a 100644
--- a/svx/source/tbxctrls/itemwin.cxx
+++ b/svx/source/tbxctrls/itemwin.cxx
@@ -515,8 +515,6 @@ SvxFillAttrBox::SvxFillAttrBox( vcl::Window* pParent ) :
Show();
}
-VCL_BUILDER_FACTORY(SvxFillAttrBox)
-
bool SvxFillAttrBox::PreNotify( NotifyEvent& rNEvt )
{
MouseNotifyEvent nType = rNEvt.GetType();