From a67c2a12bccef06f1fb17d8fbae08e44f44c4392 Mon Sep 17 00:00:00 2001 From: Alexander Wilms Date: Tue, 25 Feb 2014 17:52:30 +0100 Subject: Remove visual noise from comphelper MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I7e5512b43240beee05404cff9d49a87d0217ea89 Reviewed-on: https://gerrit.libreoffice.org/8242 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- comphelper/source/eventattachermgr/eventattachermgr.cxx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'comphelper/source/eventattachermgr') diff --git a/comphelper/source/eventattachermgr/eventattachermgr.cxx b/comphelper/source/eventattachermgr/eventattachermgr.cxx index ece585f4603f..5c4cfb3dde79 100644 --- a/comphelper/source/eventattachermgr/eventattachermgr.cxx +++ b/comphelper/source/eventattachermgr/eventattachermgr.cxx @@ -141,9 +141,9 @@ private: ::std::deque::iterator implCheckIndex( sal_Int32 _nIndex ) SAL_THROW ( ( IllegalArgumentException ) ); }; -//======================================================================== -//======================================================================== -//======================================================================== + + + // Implementation of an EventAttacher-subclass 'AllListeners', which @@ -169,7 +169,7 @@ public: virtual void SAL_CALL disposing(const EventObject& Source) throw( RuntimeException, std::exception ); }; -//======================================================================== + AttacherAllListener_Impl::AttacherAllListener_Impl ( ImplEventAttacherManager* pManager_, @@ -184,7 +184,7 @@ AttacherAllListener_Impl::AttacherAllListener_Impl } -//======================================================================== + // Methods of XAllListener void SAL_CALL AttacherAllListener_Impl::firing(const AllEventObject& Event) throw( RuntimeException, std::exception ) @@ -204,7 +204,7 @@ void SAL_CALL AttacherAllListener_Impl::firing(const AllEventObject& Event) ((XScriptListener *)aIt.next())->firing( aScriptEvent ); } -//======================================================================== + // Convert to the standard event return void AttacherAllListener_Impl::convertToEventReturn( Any & rRet, const Type & rRetType ) throw( CannotConvertException ) @@ -250,7 +250,7 @@ void AttacherAllListener_Impl::convertToEventReturn( Any & rRet, const Type & rR } } -//======================================================================== + // Methods of XAllListener Any SAL_CALL AttacherAllListener_Impl::approveFiring( const AllEventObject& Event ) throw( InvocationTargetException, RuntimeException, std::exception ) @@ -338,7 +338,7 @@ Any SAL_CALL AttacherAllListener_Impl::approveFiring( const AllEventObject& Even return aRet; } -//======================================================================== + // Methods of XEventListener void SAL_CALL AttacherAllListener_Impl::disposing(const EventObject& ) throw( RuntimeException, std::exception ) -- cgit