diff options
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/control/valueset.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
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(); |