diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-25 19:06:16 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-03-01 09:51:32 -0600 |
commit | 8792ec7b2129650777b7b4bfacaa7c13d923279b (patch) | |
tree | f181e37b61533b460397cc68625fd21f46bb6393 /include/cppuhelper | |
parent | dff29fadfe418421f2af9fd4f1dccc8a9b4cd545 (diff) |
Remove visual noise from include
Conflicts:
include/framework/preventduplicateinteraction.hxx
include/sfx2/sfxbasecontroller.hxx
include/sfx2/sfxbasemodel.hxx
include/toolkit/awt/vclxtabpagemodel.hxx
include/vcl/field.hxx
include/vcl/settings.hxx
Change-Id: Ibccf9f88c68267a3d7e656012b51eaf644c418c2
Reviewed-on: https://gerrit.libreoffice.org/8272
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/cppuhelper')
-rw-r--r-- | include/cppuhelper/factory.hxx | 4 | ||||
-rw-r--r-- | include/cppuhelper/implbase.hxx | 8 | ||||
-rw-r--r-- | include/cppuhelper/interfacecontainer.h | 6 | ||||
-rw-r--r-- | include/cppuhelper/interfacecontainer.hxx | 14 | ||||
-rw-r--r-- | include/cppuhelper/propshlp.hxx | 4 |
5 files changed, 18 insertions, 18 deletions
diff --git a/include/cppuhelper/factory.hxx b/include/cppuhelper/factory.hxx index 60fabb44e7dc..bde35a7cfcc2 100644 --- a/include/cppuhelper/factory.hxx +++ b/include/cppuhelper/factory.hxx @@ -30,7 +30,7 @@ #include <com/sun/star/registry/XRegistryKey.hpp> #include <cppuhelper/cppuhelperdllapi.h> -//################################################################################################## + #define COMPONENT_GETENV "component_getImplementationEnvironment" #define COMPONENT_GETENVEXT "component_getImplementationEnvironmentExt" @@ -112,7 +112,7 @@ typedef sal_Bool (SAL_CALL * component_writeInfoFunc)( typedef void * (SAL_CALL * component_getFactoryFunc)( const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey ); -//################################################################################################## + namespace cppu { diff --git a/include/cppuhelper/implbase.hxx b/include/cppuhelper/implbase.hxx index bc8be9aa56ab..4c6b8fca2741 100644 --- a/include/cppuhelper/implbase.hxx +++ b/include/cppuhelper/implbase.hxx @@ -142,11 +142,11 @@ struct CPPUHELPER_DLLPUBLIC ClassData : public ClassDataBase CPPUHELPER_DLLPUBLIC ::osl::Mutex & SAL_CALL getImplHelperInitMutex(void) SAL_THROW(()); } -// + // settle down beavis, here comes the macro template hell :] -// -//================================================================================================== + + #if defined _MSC_VER // public -> protected changes mangled names there #define CPPUHELPER_DETAIL_IMPLHELPER_PROTECTED public @@ -281,7 +281,7 @@ ClassData##N WeakAggImplHelper##N< __IFC##N >::s_aCD = ClassData##N( 2 ); */ #define __DEF_IMPLHELPER_POST_C( N ) \ } -//================================================================================================== + /** Implementation helper macro: have a look at __DEF_IMPLHELPER_PRE */ #define __DEF_IMPLHELPER_POST( N ) \ diff --git a/include/cppuhelper/interfacecontainer.h b/include/cppuhelper/interfacecontainer.h index dd3f6a9fc73d..fade8bb52517 100644 --- a/include/cppuhelper/interfacecontainer.h +++ b/include/cppuhelper/interfacecontainer.h @@ -47,7 +47,7 @@ namespace detail { } -//=================================================================== + class OInterfaceContainerHelper; /** This is the iterator of a InterfaceContainerHelper. Typically @@ -107,7 +107,7 @@ private: OInterfaceIteratorHelper & operator = ( const OInterfaceIteratorHelper & ) SAL_THROW(()); }; -//=================================================================== + /** A container of interfaces. To access the elements use an iterator. This implementation is thread save. @@ -289,7 +289,7 @@ inline void OInterfaceContainerHelper::notifyEach( void ( SAL_CALL ListenerT::*N forEach< ListenerT, NotifySingleListener< ListenerT, EventT > >( NotifySingleListener< ListenerT, EventT >( NotificationMethod, Event ) ); } -//=================================================================== + /** A helper class to store interface references of different types. diff --git a/include/cppuhelper/interfacecontainer.hxx b/include/cppuhelper/interfacecontainer.hxx index 70c457d2b0ce..88f340b60c41 100644 --- a/include/cppuhelper/interfacecontainer.hxx +++ b/include/cppuhelper/interfacecontainer.hxx @@ -33,7 +33,7 @@ inline OMultiTypeInterfaceContainerHelperVar< key , hashImpl , equalImpl >::OMul m_pMap = new InterfaceMap; } -//=================================================================== + template< class key , class hashImpl , class equalImpl > inline OMultiTypeInterfaceContainerHelperVar< key , hashImpl , equalImpl >::~OMultiTypeInterfaceContainerHelperVar() SAL_THROW(()) @@ -50,7 +50,7 @@ inline OMultiTypeInterfaceContainerHelperVar< key , hashImpl , equalImpl >::~OMu delete m_pMap; } -//=================================================================== + template< class key , class hashImpl , class equalImpl > inline ::com::sun::star::uno::Sequence< key > OMultiTypeInterfaceContainerHelperVar< key , hashImpl , equalImpl >::getContainedTypes() const SAL_THROW(()) @@ -83,7 +83,7 @@ inline ::com::sun::star::uno::Sequence< key > OMultiTypeInterfaceContainerHelper return ::com::sun::star::uno::Sequence<key>(); } -//=================================================================== + template< class key , class hashImpl , class equalImpl > OInterfaceContainerHelper * OMultiTypeInterfaceContainerHelperVar< key , hashImpl , equalImpl >::getContainer( const key & rKey ) const SAL_THROW(()) @@ -96,7 +96,7 @@ OInterfaceContainerHelper * OMultiTypeInterfaceContainerHelperVar< key , hashImp return 0; } -//=================================================================== + template< class key , class hashImpl , class equalImpl > sal_Int32 OMultiTypeInterfaceContainerHelperVar< key , hashImpl , equalImpl >::addInterface( const key & rKey, @@ -115,7 +115,7 @@ sal_Int32 OMultiTypeInterfaceContainerHelperVar< key , hashImpl , equalImpl >::a return ((OInterfaceContainerHelper*)(*iter).second)->addInterface( rListener ); } -//=================================================================== + template< class key , class hashImpl , class equalImpl > inline sal_Int32 OMultiTypeInterfaceContainerHelperVar< key , hashImpl , equalImpl >::removeInterface( const key & rKey, @@ -134,7 +134,7 @@ inline sal_Int32 OMultiTypeInterfaceContainerHelperVar< key , hashImpl , equalIm return 0; } -//=================================================================== + template< class key , class hashImpl , class equalImpl > void OMultiTypeInterfaceContainerHelperVar< key , hashImpl , equalImpl >::disposeAndClear( const ::com::sun::star::lang::EventObject & rEvt ) @@ -172,7 +172,7 @@ void OMultiTypeInterfaceContainerHelperVar< key , hashImpl , equalImpl >::dispos delete [] ppListenerContainers; } -//=================================================================== + template< class key , class hashImpl , class equalImpl > void OMultiTypeInterfaceContainerHelperVar< key , hashImpl , equalImpl >::clear() SAL_THROW(()) { diff --git a/include/cppuhelper/propshlp.hxx b/include/cppuhelper/propshlp.hxx index 2581f4b77c32..acbe6cdd4140 100644 --- a/include/cppuhelper/propshlp.hxx +++ b/include/cppuhelper/propshlp.hxx @@ -207,7 +207,7 @@ private: }; -//----------------------------------------------------------------------------- + // helper defines needed for an interface container with a 32 bit key values struct equalInt32_Impl @@ -730,7 +730,7 @@ protected: }; } // end namespace cppuhelper -#endif // +#endif |