diff options
Diffstat (limited to 'sw/source/ui/vba/vbaview.hxx')
-rw-r--r-- | sw/source/ui/vba/vbaview.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/vba/vbaview.hxx b/sw/source/ui/vba/vbaview.hxx index 3e19ca026754..5c6ee55ef49d 100644 --- a/sw/source/ui/vba/vbaview.hxx +++ b/sw/source/ui/vba/vbaview.hxx @@ -40,7 +40,7 @@ private: public: SwVbaView( const css::uno::Reference< ooo::vba::XHelperInterface >& rParent, const css::uno::Reference< css::uno::XComponentContext >& rContext, const css::uno::Reference< css::frame::XModel >& rModel ) throw ( css::uno::RuntimeException ); - virtual ~SwVbaView(); + virtual ~SwVbaView() override; // XView virtual ::sal_Int32 SAL_CALL getSeekView() throw (css::uno::RuntimeException, std::exception) override; |