summaryrefslogtreecommitdiff
path: root/accessibility/source/extended/accessibleiconchoicectrlentry.cxx
diff options
context:
space:
mode:
authorJacek Wolszczak <shutdownrunner@gmail.com>2011-08-21 09:34:15 +0200
committerMichael Stahl <mstahl@redhat.com>2012-06-29 23:32:03 +0200
commit3c1a1aacf5a1eac4b16c2a2eacbaf262e295d2a0 (patch)
tree51f75d0550c771d5c8cbe12122be40339aa75a14 /accessibility/source/extended/accessibleiconchoicectrlentry.cxx
parentcaf0e31e2478884839456bd499fc943324121d77 (diff)
fdo#39425: Remove DBG_NAME, DBG_CTOR, DBG_DTOR and debug.hxx in accessibility
Change-Id: I194f776c298f6e149f8e30e82c4b591fed594d55
Diffstat (limited to 'accessibility/source/extended/accessibleiconchoicectrlentry.cxx')
-rw-r--r--accessibility/source/extended/accessibleiconchoicectrlentry.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/accessibility/source/extended/accessibleiconchoicectrlentry.cxx b/accessibility/source/extended/accessibleiconchoicectrlentry.cxx
index 7b8e46f2641c..9807d601de4e 100644
--- a/accessibility/source/extended/accessibleiconchoicectrlentry.cxx
+++ b/accessibility/source/extended/accessibleiconchoicectrlentry.cxx
@@ -34,7 +34,6 @@
#include <com/sun/star/accessibility/AccessibleEventId.hpp>
#include <com/sun/star/accessibility/AccessibleRole.hpp>
#include <com/sun/star/accessibility/AccessibleStateType.hpp>
-#include <tools/debug.hxx>
#include <vcl/svapp.hxx>
#include <vcl/controllayout.hxx>
#include <toolkit/awt/vclxwindow.hxx>
@@ -71,8 +70,6 @@ namespace accessibility
using namespace ::com::sun::star::lang;
using namespace ::com::sun::star;
- DBG_NAME(AccessibleIconChoiceCtrlEntry)
-
// -----------------------------------------------------------------------------
// Ctor() and Dtor()
// -----------------------------------------------------------------------------
@@ -95,8 +92,6 @@ namespace accessibility
xComp->addEventListener( this );
}
osl_decrementInterlockedCount( &m_refCount );
-
- DBG_CTOR( AccessibleIconChoiceCtrlEntry, NULL );
}
// -----------------------------------------------------------------------------
void AccessibleIconChoiceCtrlEntry::disposing( const EventObject& _rSource )
@@ -111,8 +106,6 @@ throw(RuntimeException)
// -----------------------------------------------------------------------------
AccessibleIconChoiceCtrlEntry::~AccessibleIconChoiceCtrlEntry()
{
- DBG_DTOR( AccessibleIconChoiceCtrlEntry, NULL );
-
if ( IsAlive_Impl() )
{
// increment ref count to prevent double call of Dtor