summaryrefslogtreecommitdiff
path: root/cppu/source/uno/constr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppu/source/uno/constr.hxx')
-rw-r--r--cppu/source/uno/constr.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/cppu/source/uno/constr.hxx b/cppu/source/uno/constr.hxx
index 186520749d11..a4768c1896df 100644
--- a/cppu/source/uno/constr.hxx
+++ b/cppu/source/uno/constr.hxx
@@ -25,16 +25,16 @@
namespace cppu
{
-//##################################################################################################
+
//#### construction ################################################################################
-//##################################################################################################
-//==================================================================================================
+
+
void defaultConstructStruct(
void * pMem,
typelib_CompoundTypeDescription * pCompType )
SAL_THROW(());
-//--------------------------------------------------------------------------------------------------
+
inline void _defaultConstructStruct(
void * pMem,
typelib_CompoundTypeDescription * pTypeDescr )
@@ -55,7 +55,7 @@ inline void _defaultConstructStruct(
}
}
-//--------------------------------------------------------------------------------------------------
+
inline void _defaultConstructData(
void * pMem,
typelib_TypeDescriptionReference * pType,