diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-25 17:52:30 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-27 06:42:45 -0600 |
commit | a67c2a12bccef06f1fb17d8fbae08e44f44c4392 (patch) | |
tree | 354b2448d2aa8259a05ceb4e82605f8e37176528 /comphelper/source/eventattachermgr | |
parent | 65453d5aebdf851034632d5593f0a1023f7015fe (diff) |
Remove visual noise from comphelper
Change-Id: I7e5512b43240beee05404cff9d49a87d0217ea89
Reviewed-on: https://gerrit.libreoffice.org/8242
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'comphelper/source/eventattachermgr')
-rw-r--r-- | comphelper/source/eventattachermgr/eventattachermgr.cxx | 16 |
1 files changed, 8 insertions, 8 deletions
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<AttacherIndex_Impl>::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 ) |