summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbavariable.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/vbavariable.hxx')
-rw-r--r--sw/source/ui/vba/vbavariable.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sw/source/ui/vba/vbavariable.hxx b/sw/source/ui/vba/vbavariable.hxx
index a354ae5bbf38..a278ed16d2b6 100644
--- a/sw/source/ui/vba/vbavariable.hxx
+++ b/sw/source/ui/vba/vbavariable.hxx
@@ -34,15 +34,15 @@ private:
public:
/// @throws css::uno::RuntimeException
SwVbaVariable( const css::uno::Reference< ooo::vba::XHelperInterface >& rParent, const css::uno::Reference< css::uno::XComponentContext >& rContext,
- const css::uno::Reference< css::beans::XPropertyAccess >& rUserDefined, const OUString& rName ) throw ( css::uno::RuntimeException );
+ const css::uno::Reference< css::beans::XPropertyAccess >& rUserDefined, const OUString& rName );
virtual ~SwVbaVariable() override;
// XVariable
- virtual OUString SAL_CALL getName() throw ( css::uno::RuntimeException, std::exception ) override;
- virtual void SAL_CALL setName( const OUString& ) throw ( css::uno::RuntimeException, std::exception ) override;
- virtual css::uno::Any SAL_CALL getValue() throw ( css::uno::RuntimeException, std::exception ) override;
- virtual void SAL_CALL setValue( const css::uno::Any& rValue ) throw ( css::uno::RuntimeException, std::exception ) override;
- virtual sal_Int32 SAL_CALL getIndex() throw ( css::uno::RuntimeException, std::exception ) override;
+ virtual OUString SAL_CALL getName() override;
+ virtual void SAL_CALL setName( const OUString& ) override;
+ virtual css::uno::Any SAL_CALL getValue() override;
+ virtual void SAL_CALL setValue( const css::uno::Any& rValue ) override;
+ virtual sal_Int32 SAL_CALL getIndex() override;
// XHelperInterface
virtual OUString getServiceImplName() override;