summaryrefslogtreecommitdiff
path: root/include/com/sun/star/uno/genfunc.hxx
diff options
context:
space:
mode:
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)
{