summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbatemplate.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/vbatemplate.hxx')
-rw-r--r--sw/source/ui/vba/vbatemplate.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/vba/vbatemplate.hxx b/sw/source/ui/vba/vbatemplate.hxx
index e2b7fc0b9a39..ae6eb822a65e 100644
--- a/sw/source/ui/vba/vbatemplate.hxx
+++ b/sw/source/ui/vba/vbatemplate.hxx
@@ -31,7 +31,7 @@ private:
public:
SwVbaTemplate( const css::uno::Reference< ooo::vba::XHelperInterface >& rParent, const css::uno::Reference< css::uno::XComponentContext >& rContext,
const OUString& );
- virtual ~SwVbaTemplate();
+ virtual ~SwVbaTemplate() override;
// XTemplate
virtual OUString SAL_CALL getName() throw (css::uno::RuntimeException, std::exception) override;