diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-25 18:01:43 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-27 06:12:56 -0600 |
commit | f480f26e619a4d17f790200b0c38584bbd356893 (patch) | |
tree | 4ce402daf412d886a64e6ab31e00761ab97178fb /cppu/source/uno/copy.hxx | |
parent | 0bb7b87a7e0b810ac9ff4d4da0bbf7c7c273fb19 (diff) |
Remove visual noise from cppu
Change-Id: Ib776a6e5397eb9731cf908c4015642c29b320ff6
Reviewed-on: https://gerrit.libreoffice.org/8247
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cppu/source/uno/copy.hxx')
-rw-r--r-- | cppu/source/uno/copy.hxx | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/cppu/source/uno/copy.hxx b/cppu/source/uno/copy.hxx index b3b536e03f48..7fc77334c94d 100644 --- a/cppu/source/uno/copy.hxx +++ b/cppu/source/uno/copy.hxx @@ -26,11 +26,11 @@ namespace cppu { -//################################################################################################## + //#### copy construction ########################################################################### -//################################################################################################## -//------------------------------------------------------------------------------ + + inline uno_Sequence * allocSeq( sal_Int32 nElementSize, sal_Int32 nElements ) { @@ -50,13 +50,13 @@ inline uno_Sequence * allocSeq( return pSeq; } -//-------------------------------------------------------------------------------------------------- + void copyConstructStruct( void * pDest, void * pSource, typelib_CompoundTypeDescription * pTypeDescr, uno_AcquireFunc acquire, uno_Mapping * mapping ) SAL_THROW (()); -//-------------------------------------------------------------------------------------------------- + inline void _copyConstructStruct( void * pDest, void * pSource, typelib_CompoundTypeDescription * pTypeDescr, @@ -96,13 +96,13 @@ inline void _copyConstructStruct( } } -//------------------------------------------------------------------------------ + uno_Sequence * copyConstructSequence( uno_Sequence * pSource, typelib_TypeDescriptionReference * pElementType, uno_AcquireFunc acquire, uno_Mapping * mapping ); -//-------------------------------------------------------------------------------------------------- + inline void _copyConstructAnyFromData( uno_Any * pDestAny, void * pSource, typelib_TypeDescriptionReference * pType, typelib_TypeDescription * pTypeDescr, @@ -232,7 +232,7 @@ inline void _copyConstructAnyFromData( break; } } -//-------------------------------------------------------------------------------------------------- + inline void _copyConstructAny( uno_Any * pDestAny, void * pSource, typelib_TypeDescriptionReference * pType, typelib_TypeDescription * pTypeDescr, @@ -372,7 +372,7 @@ inline void _copyConstructAny( } } } -//------------------------------------------------------------------------------ + inline uno_Sequence * icopyConstructSequence( uno_Sequence * pSource, typelib_TypeDescriptionReference * pElementType, @@ -516,7 +516,7 @@ inline uno_Sequence * icopyConstructSequence( } } -//-------------------------------------------------------------------------------------------------- + inline void _copyConstructData( void * pDest, void * pSource, typelib_TypeDescriptionReference * pType, typelib_TypeDescription * pTypeDescr, |