summaryrefslogtreecommitdiff
path: root/ucb/source/core/ucb.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/core/ucb.cxx')
-rw-r--r--ucb/source/core/ucb.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/core/ucb.cxx b/ucb/source/core/ucb.cxx
index 9e339ee09b92..417cd4aafb56 100644
--- a/ucb/source/core/ucb.cxx
+++ b/ucb/source/core/ucb.cxx
@@ -308,7 +308,7 @@ void SAL_CALL UniversalContentBroker::dispose()
if ( m_pDisposeEventListeners && m_pDisposeEventListeners->getLength() )
{
EventObject aEvt;
- aEvt.Source = SAL_STATIC_CAST( XComponent*, this );
+ aEvt.Source = (static_cast< XComponent* >(this));
m_pDisposeEventListeners->disposeAndClear( aEvt );
}