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.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/vba/vbaframe.hxx b/sw/source/ui/vba/vbaframe.hxx
index 2e7a2603fc78..166fe7fd13e7 100644
--- a/sw/source/ui/vba/vbaframe.hxx
+++ b/sw/source/ui/vba/vbaframe.hxx
@@ -33,7 +33,7 @@ private:
public:
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 );
- virtual ~SwVbaFrame();
+ virtual ~SwVbaFrame() override;
// Methods
virtual void SAL_CALL Select() throw ( css::uno::RuntimeException, std::exception ) override;