diff options
-rw-r--r-- | extras/source/glade/libreoffice-catalog.xml.in | 3 | ||||
-rwxr-xr-x | solenv/bin/native-code.py | 1 | ||||
-rw-r--r-- | svtools/source/control/valueset.cxx | 4 |
3 files changed, 0 insertions, 8 deletions
diff --git a/extras/source/glade/libreoffice-catalog.xml.in b/extras/source/glade/libreoffice-catalog.xml.in index 7d013169a633..318bee73db31 100644 --- a/extras/source/glade/libreoffice-catalog.xml.in +++ b/extras/source/glade/libreoffice-catalog.xml.in @@ -83,9 +83,6 @@ <glade-widget-class title="Svx 3D Preview Control" name="svxlo-Svx3DPreviewControl" generic-name="3D Preview Control" parent="GtkDrawingArea" icon-name="widget-gtk-drawingarea"/> - <glade-widget-class title="SvtValueSet" name="svtlo-ValueSet" - generic-name="Set of Value Options" parent="GtkDrawingArea" - icon-name="widget-gtk-drawingarea"/> <glade-widget-class title="SvxColorValueSet" name="svxcorelo-SvxColorValueSet" generic-name="Set of Value Options" parent="GtkDrawingArea" icon-name="widget-gtk-drawingarea"/> diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py index 1058ed2ce2af..8b5dee4022d0 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -510,7 +510,6 @@ custom_widgets = [ 'SwNavHelpToolBox', 'TableValueSet', 'TemplateDefaultView', - 'ValueSet', ] def get_constructor_guard(constructor): diff --git a/svtools/source/control/valueset.cxx b/svtools/source/control/valueset.cxx index 946c27a6d957..8df48ebf6a9a 100644 --- a/svtools/source/control/valueset.cxx +++ b/svtools/source/control/valueset.cxx @@ -20,7 +20,6 @@ #include <tools/debug.hxx> #include <tools/stream.hxx> #include <comphelper/base64.hxx> -#include <vcl/builderfactory.hxx> #include <vcl/decoview.hxx> #include <vcl/event.hxx> #include <vcl/graph.hxx> @@ -98,9 +97,6 @@ ValueSet::ValueSet( vcl::Window* pParent, WinBits nWinStyle ) : ImplInitSettings( true, true, true ); } - -VCL_BUILDER_FACTORY_CONSTRUCTOR(ValueSet, WB_TABSTOP) - ValueSet::~ValueSet() { disposeOnce(); |