summaryrefslogtreecommitdiff
path: root/svx/source/form/formdispatchinterceptor.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/form/formdispatchinterceptor.cxx')
-rw-r--r--svx/source/form/formdispatchinterceptor.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/svx/source/form/formdispatchinterceptor.cxx b/svx/source/form/formdispatchinterceptor.cxx
index 344866dcd957..28d4cd7f6d66 100644
--- a/svx/source/form/formdispatchinterceptor.cxx
+++ b/svx/source/form/formdispatchinterceptor.cxx
@@ -50,7 +50,6 @@ namespace svxform
//= DispatchInterceptionMultiplexer
- DBG_NAME(DispatchInterceptionMultiplexer)
DispatchInterceptionMultiplexer::DispatchInterceptionMultiplexer(
const Reference< XDispatchProviderInterception >& _rxToIntercept, DispatchInterceptor* _pMaster )
@@ -61,7 +60,6 @@ namespace svxform
,m_bListening(sal_False)
,m_pMaster(_pMaster)
{
- DBG_CTOR(DispatchInterceptionMultiplexer,NULL);
::osl::MutexGuard aGuard( *m_pMutex );
::comphelper::increment(m_refCount);
@@ -86,7 +84,6 @@ namespace svxform
if (!rBHelper.bDisposed)
dispose();
- DBG_DTOR(DispatchInterceptionMultiplexer,NULL);
}