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.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/vba/vbapane.hxx b/sw/source/ui/vba/vbapane.hxx
index 1c14443b69f2..d0bf4e16d056 100644
--- a/sw/source/ui/vba/vbapane.hxx
+++ b/sw/source/ui/vba/vbapane.hxx
@@ -32,7 +32,7 @@ private:
public:
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 );
- virtual ~SwVbaPane();
+ virtual ~SwVbaPane() override;
// Methods
virtual css::uno::Any SAL_CALL View( ) throw (css::uno::RuntimeException, std::exception) override;