summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbaframe.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/vbaframe.hxx')
-rw-r--r--sw/source/ui/vba/vbaframe.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/vba/vbaframe.hxx b/sw/source/ui/vba/vbaframe.hxx
index 099366aced21..2097e9ac1a24 100644
--- a/sw/source/ui/vba/vbaframe.hxx
+++ b/sw/source/ui/vba/vbaframe.hxx
@@ -33,11 +33,11 @@ private:
public:
/// @throws css::uno::RuntimeException
- SwVbaFrame( const css::uno::Reference< ooo::vba::XHelperInterface >& rParent, const css::uno::Reference< css::uno::XComponentContext >& rContext, const css::uno::Reference< css::frame::XModel >& rModel, const css::uno::Reference< css::text::XTextFrame >& xTextFrame ) throw ( css::uno::RuntimeException );
+ SwVbaFrame( const css::uno::Reference< ooo::vba::XHelperInterface >& rParent, const css::uno::Reference< css::uno::XComponentContext >& rContext, const css::uno::Reference< css::frame::XModel >& rModel, const css::uno::Reference< css::text::XTextFrame >& xTextFrame );
virtual ~SwVbaFrame() override;
// Methods
- virtual void SAL_CALL Select() throw ( css::uno::RuntimeException, std::exception ) override;
+ virtual void SAL_CALL Select() override;
// XHelperInterface
virtual OUString getServiceImplName() override;