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 d420c77ef10a..23d9d3e743aa 100644
--- a/include/vbahelper/vbapropvalue.hxx
+++ b/include/vbahelper/vbapropvalue.hxx
@@ -50,10 +50,10 @@ public:
ScVbaPropValue( PropListener* pListener );
// Attributes
- virtual css::uno::Any SAL_CALL getValue() throw (css::uno::RuntimeException, std::exception) override;
- virtual void SAL_CALL setValue( const css::uno::Any& _value ) throw (css::uno::RuntimeException, std::exception) override;
+ virtual css::uno::Any SAL_CALL getValue() override;
+ virtual void SAL_CALL setValue( const css::uno::Any& _value ) override;
- OUString SAL_CALL getDefaultPropertyName() throw (css::uno::RuntimeException, std::exception) override { return OUString("Value"); }
+ OUString SAL_CALL getDefaultPropertyName() override { return OUString("Value"); }
};
#endif //SC_VBA_PROPVALULE_HXX