summaryrefslogtreecommitdiffstats
path: root/include/com/sun/star/uno/genfunc.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-06-05 08:16:59 +0200
committerNoel Grandin <noel@peralex.com>2014-06-05 08:17:52 +0200
commit0e507ae031768deceab236a41d1bbe9fb5123cea (patch)
tree34cc1626f1e8fa6d50d6edd88045be6252150f19 /include/com/sun/star/uno/genfunc.hxx
parentscripting: remove SAL_THROW macro (diff)
downloadcore-0e507ae031768deceab236a41d1bbe9fb5123cea.tar.gz
core-0e507ae031768deceab236a41d1bbe9fb5123cea.zip
various: remove SAL_THROW macro
Change-Id: I9464179a736b91f5bc32eb5e5e89b3b4e3da3494
Diffstat (limited to 'include/com/sun/star/uno/genfunc.hxx')
-rw-r--r--include/com/sun/star/uno/genfunc.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/com/sun/star/uno/genfunc.hxx b/include/com/sun/star/uno/genfunc.hxx
index 3c230756a6e2..7a85f5a84419 100644
--- a/include/com/sun/star/uno/genfunc.hxx
+++ b/include/com/sun/star/uno/genfunc.hxx
@@ -34,19 +34,16 @@ namespace uno
inline void SAL_CALL cpp_acquire( void * pCppI )
- SAL_THROW(())
{
reinterpret_cast< XInterface * >( pCppI )->acquire();
}
inline void SAL_CALL cpp_release( void * pCppI )
- SAL_THROW(())
{
reinterpret_cast< XInterface * >( pCppI )->release();
}
inline void * SAL_CALL cpp_queryInterface( void * pCppI, typelib_TypeDescriptionReference * pType )
- SAL_THROW(())
{
if (pCppI)
{