summaryrefslogtreecommitdiff
path: root/framework/inc/helper/ocomponentenumeration.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/helper/ocomponentenumeration.hxx')
-rw-r--r--framework/inc/helper/ocomponentenumeration.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/inc/helper/ocomponentenumeration.hxx b/framework/inc/helper/ocomponentenumeration.hxx
index 59d31b204391..e40b60203a06 100644
--- a/framework/inc/helper/ocomponentenumeration.hxx
+++ b/framework/inc/helper/ocomponentenumeration.hxx
@@ -97,7 +97,7 @@ class OComponentEnumeration : public ThreadHelpBase ,
@onerror -
*//*-*****************************************************************************************************/
- virtual void SAL_CALL disposing( const css::lang::EventObject& aEvent ) throw( css::uno::RuntimeException );
+ virtual void SAL_CALL disposing( const css::lang::EventObject& aEvent ) throw( css::uno::RuntimeException, std::exception );
//---------------------------------------------------------------------------------------------------------
// XEnumeration
@@ -118,7 +118,7 @@ class OComponentEnumeration : public ThreadHelpBase ,
(List is emtpy and there no accessible elements ...)
*//*-*****************************************************************************************************/
- virtual sal_Bool SAL_CALL hasMoreElements() throw( css::uno::RuntimeException );
+ virtual sal_Bool SAL_CALL hasMoreElements() throw( css::uno::RuntimeException, std::exception );
/*-****************************************************************************************************//**
@short give the next element, if some exist
@@ -134,7 +134,7 @@ class OComponentEnumeration : public ThreadHelpBase ,
virtual css::uno::Any SAL_CALL nextElement() throw( css::container::NoSuchElementException ,
css::lang::WrappedTargetException ,
- css::uno::RuntimeException );
+ css::uno::RuntimeException, std::exception );
//-------------------------------------------------------------------------------------------------------------
// protected methods