summaryrefslogtreecommitdiff
path: root/cppu/source/uno/constr.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-06-05 08:13:49 +0200
committerNoel Grandin <noel@peralex.com>2014-06-05 08:17:49 +0200
commit41e35159786a2bcad416e3541ba90a69b9d2f0db (patch)
tree4c4e232aed4240dcb891a362981fceaf819f50a2 /cppu/source/uno/constr.hxx
parentbf37694ab8c984e3cbbe666c408e0f168ba61f52 (diff)
cppu: remove SAL_THROW macro
Change-Id: I2f1909f953846f0d0b6fb402b4beb373bba8b2a8
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)
{