summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbasystem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/vbasystem.hxx')
-rw-r--r--sw/source/ui/vba/vbasystem.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/vba/vbasystem.hxx b/sw/source/ui/vba/vbasystem.hxx
index 23f83b1cbd5e..ae41b838cbdf 100644
--- a/sw/source/ui/vba/vbasystem.hxx
+++ b/sw/source/ui/vba/vbasystem.hxx
@@ -48,7 +48,7 @@ private:
public:
explicit SwVbaSystem( css::uno::Reference< css::uno::XComponentContext >& m_xContext );
- virtual ~SwVbaSystem();
+ virtual ~SwVbaSystem() override;
// XSystem
virtual sal_Int32 SAL_CALL getCursor() throw ( css::uno::RuntimeException, std::exception ) override;