summaryrefslogtreecommitdiff
path: root/forms/source/helper/controlfeatureinterception.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/helper/controlfeatureinterception.cxx')
-rw-r--r--forms/source/helper/controlfeatureinterception.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/helper/controlfeatureinterception.cxx b/forms/source/helper/controlfeatureinterception.cxx
index ea34c4fb219b..d4e462016b02 100644
--- a/forms/source/helper/controlfeatureinterception.cxx
+++ b/forms/source/helper/controlfeatureinterception.cxx
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -75,7 +75,7 @@ namespace frm
m_xFirstDispatchInterceptor->setMasterDispatchProvider( NULL );
// it's the first of the interceptor chain
}
-
+
//--------------------------------------------------------------------
void SAL_CALL ControlFeatureInterception::releaseDispatchProviderInterceptor( const Reference< XDispatchProviderInterceptor >& _rxInterceptor ) throw (RuntimeException )
{
@@ -88,7 +88,7 @@ namespace frm
Reference< XDispatchProviderInterceptor > xChainWalk( m_xFirstDispatchInterceptor );
if ( m_xFirstDispatchInterceptor == _rxInterceptor )
- { // our chain will have a new first element
+ { // our chain will have a new first element
Reference< XDispatchProviderInterceptor > xSlave( m_xFirstDispatchInterceptor->getSlaveDispatchProvider(), UNO_QUERY );
m_xFirstDispatchInterceptor = xSlave;
}