summaryrefslogtreecommitdiff
path: root/include/vbahelper/vbadialogsbase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vbahelper/vbadialogsbase.hxx')
-rw-r--r--include/vbahelper/vbadialogsbase.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vbahelper/vbadialogsbase.hxx b/include/vbahelper/vbadialogsbase.hxx
index 83e4ac2db260..4012d9d99fc8 100644
--- a/include/vbahelper/vbadialogsbase.hxx
+++ b/include/vbahelper/vbadialogsbase.hxx
@@ -36,8 +36,8 @@ public:
virtual ~VbaDialogsBase() {}
// XCollection
- virtual ::sal_Int32 SAL_CALL getCount() throw (css::uno::RuntimeException);
- virtual css::uno::Any SAL_CALL Item( const css::uno::Any& Index ) throw (css::uno::RuntimeException);
+ virtual ::sal_Int32 SAL_CALL getCount() throw (css::uno::RuntimeException, std::exception);
+ virtual css::uno::Any SAL_CALL Item( const css::uno::Any& Index ) throw (css::uno::RuntimeException, std::exception);
};
#endif // INCLUDED_VBAHELPER_VBADIALOGSBASE_HXX