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 710a3820150d..174ba93b9e8a 100644
--- a/framework/inc/helper/ocomponentenumeration.hxx
+++ b/framework/inc/helper/ocomponentenumeration.hxx
@@ -94,7 +94,7 @@ class OComponentEnumeration : public ::cppu::WeakImplHelper2< ::com::sun::star
@onerror -
*//*-*****************************************************************************************************/
- virtual void SAL_CALL disposing( const css::lang::EventObject& aEvent ) throw( css::uno::RuntimeException, std::exception );
+ virtual void SAL_CALL disposing( const css::lang::EventObject& aEvent ) throw( css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
// XEnumeration
@@ -115,7 +115,7 @@ class OComponentEnumeration : public ::cppu::WeakImplHelper2< ::com::sun::star
(List is emtpy and there no accessible elements ...)
*//*-*****************************************************************************************************/
- virtual sal_Bool SAL_CALL hasMoreElements() throw( css::uno::RuntimeException, std::exception );
+ virtual sal_Bool SAL_CALL hasMoreElements() throw( css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
/*-****************************************************************************************************
@short give the next element, if some exist
@@ -131,7 +131,7 @@ class OComponentEnumeration : public ::cppu::WeakImplHelper2< ::com::sun::star
virtual css::uno::Any SAL_CALL nextElement() throw( css::container::NoSuchElementException ,
css::lang::WrappedTargetException ,
- css::uno::RuntimeException, std::exception );
+ css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
// protected methods