summaryrefslogtreecommitdiffstats
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.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/cppu/source/uno/constr.hxx b/cppu/source/uno/constr.hxx
index 25859330f823..a174b805f749 100644
--- a/cppu/source/uno/constr.hxx
+++ b/cppu/source/uno/constr.hxx
@@ -32,13 +32,11 @@ namespace cppu
void defaultConstructStruct(
void * pMem,
- typelib_CompoundTypeDescription * pCompType )
- SAL_THROW(());
+ typelib_CompoundTypeDescription * pCompType );
inline void _defaultConstructStruct(
void * pMem,
typelib_CompoundTypeDescription * pTypeDescr )
- SAL_THROW(())
{
if (pTypeDescr->pBaseTypeDescription)
{
@@ -60,7 +58,6 @@ inline void _defaultConstructData(
void * pMem,
typelib_TypeDescriptionReference * pType,
typelib_TypeDescription * pTypeDescr )
- SAL_THROW(())
{
switch (pType->eTypeClass)
{