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 78746c7f4918..0a292e969878 100644
--- a/forms/source/helper/controlfeatureinterception.cxx
+++ b/forms/source/helper/controlfeatureinterception.cxx
@@ -2,7 +2,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
@@ -76,7 +76,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 )
{
@@ -89,7 +89,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;
}