summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbaoptions.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/vbaoptions.hxx')
-rw-r--r--sw/source/ui/vba/vbaoptions.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/vba/vbaoptions.hxx b/sw/source/ui/vba/vbaoptions.hxx
index c3124b5eea4a..9a15ccd8a759 100644
--- a/sw/source/ui/vba/vbaoptions.hxx
+++ b/sw/source/ui/vba/vbaoptions.hxx
@@ -33,7 +33,7 @@ private:
OUString msDefaultFilePath;
public:
explicit SwVbaOptions( css::uno::Reference< css::uno::XComponentContext >& m_xContext );
- virtual ~SwVbaOptions();
+ virtual ~SwVbaOptions() override;
// Attributes
virtual ::sal_Int32 SAL_CALL getDefaultBorderLineStyle() throw (css::uno::RuntimeException, std::exception) override;