diff options
Diffstat (limited to 'toolkit/source/awt/vclxspinbutton.cxx')
-rw-r--r-- | toolkit/source/awt/vclxspinbutton.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/toolkit/source/awt/vclxspinbutton.cxx b/toolkit/source/awt/vclxspinbutton.cxx index 3b9a9d02dc1e..1357673bba82 100644 --- a/toolkit/source/awt/vclxspinbutton.cxx +++ b/toolkit/source/awt/vclxspinbutton.cxx @@ -56,21 +56,14 @@ namespace toolkit } } - - //= VCLXSpinButton - - DBG_NAME( VCLXSpinButton ) - VCLXSpinButton::VCLXSpinButton() :maAdjustmentListeners( *this ) { - DBG_CTOR( VCLXSpinButton, NULL ); } VCLXSpinButton::~VCLXSpinButton() { - DBG_DTOR( VCLXSpinButton, NULL ); } |