summaryrefslogtreecommitdiff
path: root/svx/source/form/formdispatchinterceptor.cxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-22 21:20:15 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-23 03:38:49 +0000
commit0ce0c369aa8880dff9fe874ba85ec6f52ee37ddf (patch)
tree5024cba9f9ea5e3b23ea26025323f6aef39488d0 /svx/source/form/formdispatchinterceptor.cxx
parentb81ac16e65b311d6e43c05c22c65d2040c9d7e04 (diff)
Remove unneccessary comments
Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb Reviewed-on: https://gerrit.libreoffice.org/8182 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx/source/form/formdispatchinterceptor.cxx')
-rw-r--r--svx/source/form/formdispatchinterceptor.cxx22
1 files changed, 11 insertions, 11 deletions
diff --git a/svx/source/form/formdispatchinterceptor.cxx b/svx/source/form/formdispatchinterceptor.cxx
index cfde37763c31..79a2aa1c490f 100644
--- a/svx/source/form/formdispatchinterceptor.cxx
+++ b/svx/source/form/formdispatchinterceptor.cxx
@@ -51,7 +51,7 @@ namespace svxform
//========================================================================
DBG_NAME(DispatchInterceptionMultiplexer)
- //------------------------------------------------------------------------
+
DispatchInterceptionMultiplexer::DispatchInterceptionMultiplexer(
const Reference< XDispatchProviderInterception >& _rxToIntercept, DispatchInterceptor* _pMaster )
:DispatchInterceptionMultiplexer_BASE(_pMaster && _pMaster->getInterceptorMutex() ? *_pMaster->getInterceptorMutex() : m_aFallback)
@@ -80,7 +80,7 @@ namespace svxform
::comphelper::decrement(m_refCount);
}
- //------------------------------------------------------------------------
+
DispatchInterceptionMultiplexer::~DispatchInterceptionMultiplexer()
{
if (!rBHelper.bDisposed)
@@ -89,7 +89,7 @@ namespace svxform
DBG_DTOR(DispatchInterceptionMultiplexer,NULL);
}
- //------------------------------------------------------------------------------
+
Reference< XDispatch > SAL_CALL DispatchInterceptionMultiplexer::queryDispatch( const URL& aURL, const OUString& aTargetFrameName, sal_Int32 nSearchFlags ) throw(RuntimeException)
{
::osl::MutexGuard aGuard( *m_pMutex );
@@ -105,7 +105,7 @@ namespace svxform
return xResult;
}
- //------------------------------------------------------------------------------
+
Sequence< Reference< XDispatch > > SAL_CALL
DispatchInterceptionMultiplexer::queryDispatches( const Sequence< DispatchDescriptor >& aDescripts ) throw(RuntimeException)
{
@@ -120,35 +120,35 @@ namespace svxform
return aReturn;
}
- //------------------------------------------------------------------------------
+
Reference< XDispatchProvider > SAL_CALL DispatchInterceptionMultiplexer::getSlaveDispatchProvider( ) throw(RuntimeException)
{
::osl::MutexGuard aGuard( *m_pMutex );
return m_xSlaveDispatcher;
}
- //------------------------------------------------------------------------------
+
void SAL_CALL DispatchInterceptionMultiplexer::setSlaveDispatchProvider(const Reference< XDispatchProvider>& xNewDispatchProvider) throw( RuntimeException )
{
::osl::MutexGuard aGuard( *m_pMutex );
m_xSlaveDispatcher = xNewDispatchProvider;
}
- //------------------------------------------------------------------------------
+
Reference< XDispatchProvider> SAL_CALL DispatchInterceptionMultiplexer::getMasterDispatchProvider(void) throw( RuntimeException )
{
::osl::MutexGuard aGuard( *m_pMutex );
return m_xMasterDispatcher;
}
- //------------------------------------------------------------------------------
+
void SAL_CALL DispatchInterceptionMultiplexer::setMasterDispatchProvider(const Reference< XDispatchProvider>& xNewSupplier) throw( RuntimeException )
{
::osl::MutexGuard aGuard( *m_pMutex );
m_xMasterDispatcher = xNewSupplier;
}
- //------------------------------------------------------------------------------
+
void SAL_CALL DispatchInterceptionMultiplexer::disposing(const EventObject& Source) throw( RuntimeException )
{
if (m_bListening)
@@ -159,7 +159,7 @@ namespace svxform
}
}
- //------------------------------------------------------------------------------
+
void DispatchInterceptionMultiplexer::ImplDetach()
{
::osl::MutexGuard aGuard( *m_pMutex );
@@ -179,7 +179,7 @@ namespace svxform
m_bListening = sal_False;
}
- //------------------------------------------------------------------------------
+
void DispatchInterceptionMultiplexer::disposing()
{
// remove ourself as event listener from the interception component