summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbapane.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/vbapane.hxx')
-rw-r--r--sw/source/ui/vba/vbapane.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/vba/vbapane.hxx b/sw/source/ui/vba/vbapane.hxx
index 5cf09bc90e41..e5c13bf1c324 100644
--- a/sw/source/ui/vba/vbapane.hxx
+++ b/sw/source/ui/vba/vbapane.hxx
@@ -32,12 +32,12 @@ private:
public:
/// @throws css::uno::RuntimeException
SwVbaPane( const css::uno::Reference< ooo::vba::XHelperInterface >& rParent, const css::uno::Reference< css::uno::XComponentContext >& rContext,
- const css::uno::Reference< css::frame::XModel >& xModel ) throw ( css::uno::RuntimeException );
+ const css::uno::Reference< css::frame::XModel >& xModel );
virtual ~SwVbaPane() override;
// Methods
- virtual css::uno::Any SAL_CALL View( ) throw (css::uno::RuntimeException, std::exception) override;
- virtual void SAL_CALL Close( ) throw (css::uno::RuntimeException, std::exception) override;
+ virtual css::uno::Any SAL_CALL View( ) override;
+ virtual void SAL_CALL Close( ) override;
// XHelperInterface
virtual OUString getServiceImplName() override;