summaryrefslogtreecommitdiff
path: root/toolkit/source/awt/vclxspinbutton.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-03-28 16:12:33 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-03-28 16:12:33 +0100
commit4f9b072072b263a2a663d5148f4e9f751ca17c6d (patch)
treebf2c4279ab2138ccbc21ada552ea0584e6a46fbc /toolkit/source/awt/vclxspinbutton.cxx
parentd205ff49be10159d1766c2d06182c02255497def (diff)
Remove remaining DBG_CTOR etc. remnants from toolkit
Change-Id: Ia6219ebd5fb2d2644135ec20a986158b68b771fc
Diffstat (limited to 'toolkit/source/awt/vclxspinbutton.cxx')
-rw-r--r--toolkit/source/awt/vclxspinbutton.cxx7
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 );
}