summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbasection.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/vbasection.hxx')
-rw-r--r--sw/source/ui/vba/vbasection.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/vba/vbasection.hxx b/sw/source/ui/vba/vbasection.hxx
index 34fe69998fb2..3d5b5f4451c8 100644
--- a/sw/source/ui/vba/vbasection.hxx
+++ b/sw/source/ui/vba/vbasection.hxx
@@ -32,7 +32,7 @@ private:
public:
SwVbaSection( const css::uno::Reference< ooo::vba::XHelperInterface >& rParent, const css::uno::Reference< css::uno::XComponentContext >& rContext, const css::uno::Reference< css::frame::XModel >& xModel, const css::uno::Reference< css::beans::XPropertySet >& xProps ) throw ( css::uno::RuntimeException );
- virtual ~SwVbaSection();
+ virtual ~SwVbaSection() override;
// Attributes
virtual sal_Bool SAL_CALL getProtectedForForms() throw (css::uno::RuntimeException, std::exception) override;