diff options
Diffstat (limited to 'extensions/source/ole/oleobjw.cxx')
| -rw-r--r-- | extensions/source/ole/oleobjw.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/ole/oleobjw.cxx b/extensions/source/ole/oleobjw.cxx index b5560fcfc16a..01f8aa368596 100644 --- a/extensions/source/ole/oleobjw.cxx +++ b/extensions/source/ole/oleobjw.cxx @@ -154,7 +154,7 @@ Any IUnknownWrapper_Impl::queryInterface(const Type& t) XInitialization, XAutomationObject, XDefaultProperty, XDefaultMethod, XDirectInvocation, XAutomationInvocation >::queryInterface(t); } -Reference<XIntrospectionAccess> SAL_CALL IUnknownWrapper_Impl::getIntrospection(void) +Reference<XIntrospectionAccess> SAL_CALL IUnknownWrapper_Impl::getIntrospection() throw (RuntimeException ) { Reference<XIntrospectionAccess> ret; |
