summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbaframes.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/vbaframes.hxx')
-rw-r--r--sw/source/ui/vba/vbaframes.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/vba/vbaframes.hxx b/sw/source/ui/vba/vbaframes.hxx
index 950e0b437d93..e1887f80030a 100644
--- a/sw/source/ui/vba/vbaframes.hxx
+++ b/sw/source/ui/vba/vbaframes.hxx
@@ -34,7 +34,7 @@ private:
public:
SwVbaFrames( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Reference< css::uno::XComponentContext > & xContext, const css::uno::Reference< css::container::XIndexAccess >& xFrames, const css::uno::Reference< css::frame::XModel >& xModel );
- virtual ~SwVbaFrames() {}
+ virtual ~SwVbaFrames() override {}
// XEnumerationAccess
virtual css::uno::Type SAL_CALL getElementType() throw (css::uno::RuntimeException) override;