summaryrefslogtreecommitdiff
path: root/cppu/source/uno/assign.hxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 18:01:43 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-27 06:12:56 -0600
commitf480f26e619a4d17f790200b0c38584bbd356893 (patch)
tree4ce402daf412d886a64e6ab31e00761ab97178fb /cppu/source/uno/assign.hxx
parent0bb7b87a7e0b810ac9ff4d4da0bbf7c7c273fb19 (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/assign.hxx')
-rw-r--r--cppu/source/uno/assign.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/cppu/source/uno/assign.hxx b/cppu/source/uno/assign.hxx
index bd65d72df3d0..d0ab00de88c3 100644
--- a/cppu/source/uno/assign.hxx
+++ b/cppu/source/uno/assign.hxx
@@ -30,12 +30,12 @@
namespace cppu
{
-//##################################################################################################
+
//#### assignment ##################################################################################
-//##################################################################################################
-//--------------------------------------------------------------------------------------------------
+
+
inline void _assignInterface(
void ** ppDest, void * pSource,
uno_AcquireFunc acquire, uno_ReleaseFunc release )
@@ -46,7 +46,7 @@ inline void _assignInterface(
*ppDest = pSource;
_release( pToBeReleased, release );
}
-//--------------------------------------------------------------------------------------------------
+
inline void * _queryInterface(
void * pSource,
typelib_TypeDescriptionReference * pDestType,
@@ -61,13 +61,13 @@ inline void * _queryInterface(
}
return pSource;
}
-//==================================================================================================
+
bool assignStruct(
void * pDest, void * pSource,
typelib_CompoundTypeDescription * pTypeDescr,
uno_QueryInterfaceFunc queryInterface, uno_AcquireFunc acquire, uno_ReleaseFunc release )
SAL_THROW(());
-//--------------------------------------------------------------------------------------------------
+
inline bool _assignStruct(
void * pDest, void * pSource,
typelib_CompoundTypeDescription * pTypeDescr,
@@ -100,7 +100,7 @@ inline bool _assignStruct(
}
return true;
}
-//--------------------------------------------------------------------------------------------------
+
inline bool _assignData(
void * pDest,
typelib_TypeDescriptionReference * pDestType, typelib_TypeDescription * pDestTypeDescr,