summaryrefslogtreecommitdiff
path: root/forms/source/xforms/enumeration.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/xforms/enumeration.hxx')
-rw-r--r--forms/source/xforms/enumeration.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/forms/source/xforms/enumeration.hxx b/forms/source/xforms/enumeration.hxx
index e77c795dbf2e..afdf909b4c73 100644
--- a/forms/source/xforms/enumeration.hxx
+++ b/forms/source/xforms/enumeration.hxx
@@ -44,12 +44,12 @@ public:
Enumeration( com::sun::star::container::XIndexAccess* );
virtual sal_Bool SAL_CALL hasMoreElements()
- throw( com::sun::star::uno::RuntimeException );
+ throw( com::sun::star::uno::RuntimeException, std::exception );
virtual com::sun::star::uno::Any SAL_CALL nextElement()
throw( com::sun::star::container::NoSuchElementException,
com::sun::star::lang::WrappedTargetException,
- com::sun::star::uno::RuntimeException );
+ com::sun::star::uno::RuntimeException, std::exception );
};
#endif