summaryrefslogtreecommitdiff
path: root/comphelper/source/misc/listenernotification.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/source/misc/listenernotification.cxx')
-rw-r--r--comphelper/source/misc/listenernotification.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/comphelper/source/misc/listenernotification.cxx b/comphelper/source/misc/listenernotification.cxx
index 0f7823a197c7..23bf563993b2 100644
--- a/comphelper/source/misc/listenernotification.cxx
+++ b/comphelper/source/misc/listenernotification.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
@@ -60,7 +60,7 @@ namespace comphelper
if ( _rxListener.is() )
m_aListeners.addInterface( _rxListener );
}
-
+
//--------------------------------------------------------------------
void OListenerContainer::impl_removeListener( const Reference< XEventListener >& _rxListener )
{