summaryrefslogtreecommitdiff
path: root/include/vbahelper/vbapropvalue.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vbahelper/vbapropvalue.hxx')
-rw-r--r--include/vbahelper/vbapropvalue.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/vbahelper/vbapropvalue.hxx b/include/vbahelper/vbapropvalue.hxx
index 816f93f8c445..db80f8080de1 100644
--- a/include/vbahelper/vbapropvalue.hxx
+++ b/include/vbahelper/vbapropvalue.hxx
@@ -43,10 +43,10 @@ public:
ScVbaPropValue( PropListener* pListener );
// Attributes
- virtual css::uno::Any SAL_CALL getValue() throw (css::uno::RuntimeException);
- virtual void SAL_CALL setValue( const css::uno::Any& _value ) throw (css::uno::RuntimeException);
+ virtual css::uno::Any SAL_CALL getValue() throw (css::uno::RuntimeException, std::exception);
+ virtual void SAL_CALL setValue( const css::uno::Any& _value ) throw (css::uno::RuntimeException, std::exception);
- OUString SAL_CALL getDefaultPropertyName() throw (css::uno::RuntimeException) { return OUString("Value"); }
+ OUString SAL_CALL getDefaultPropertyName() throw (css::uno::RuntimeException, std::exception) { return OUString("Value"); }
};
#endif //SC_VBA_PROPVALULE_HXX