summaryrefslogtreecommitdiffstats
path: root/accessibility/source/extended/accessibleiconchoicectrl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'accessibility/source/extended/accessibleiconchoicectrl.cxx')
-rw-r--r--accessibility/source/extended/accessibleiconchoicectrl.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/accessibility/source/extended/accessibleiconchoicectrl.cxx b/accessibility/source/extended/accessibleiconchoicectrl.cxx
index c7894adbbb73..535fad71aedf 100644
--- a/accessibility/source/extended/accessibleiconchoicectrl.cxx
+++ b/accessibility/source/extended/accessibleiconchoicectrl.cxx
@@ -33,7 +33,6 @@
#include <com/sun/star/accessibility/AccessibleRole.hpp>
#include <com/sun/star/accessibility/AccessibleStateType.hpp>
#include <unotools/accessiblestatesethelper.hxx>
-#include <tools/debug.hxx>
#include <vcl/svapp.hxx>
#include <cppuhelper/typeprovider.hxx>
@@ -49,8 +48,6 @@ namespace accessibility
using namespace ::com::sun::star::lang;
using namespace ::com::sun::star;
- DBG_NAME(AccessibleIconChoiceCtrl)
-
// -----------------------------------------------------------------------------
// Ctor() and Dtor()
// -----------------------------------------------------------------------------
@@ -59,12 +56,10 @@ namespace accessibility
VCLXAccessibleComponent( _rIconCtrl.GetWindowPeer() ),
m_xParent ( _xParent )
{
- DBG_CTOR( AccessibleIconChoiceCtrl, NULL );
}
// -----------------------------------------------------------------------------
AccessibleIconChoiceCtrl::~AccessibleIconChoiceCtrl()
{
- DBG_DTOR( AccessibleIconChoiceCtrl, NULL );
}
// -----------------------------------------------------------------------------
IMPLEMENT_FORWARD_XINTERFACE2(AccessibleIconChoiceCtrl, VCLXAccessibleComponent, AccessibleIconChoiceCtrl_BASE)