summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbavariable.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/vbavariable.hxx')
-rw-r--r--sw/source/ui/vba/vbavariable.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/vba/vbavariable.hxx b/sw/source/ui/vba/vbavariable.hxx
index 19b4db10653e..8f24179671da 100644
--- a/sw/source/ui/vba/vbavariable.hxx
+++ b/sw/source/ui/vba/vbavariable.hxx
@@ -34,7 +34,7 @@ private:
public:
SwVbaVariable( const css::uno::Reference< ooo::vba::XHelperInterface >& rParent, const css::uno::Reference< css::uno::XComponentContext >& rContext,
const css::uno::Reference< css::beans::XPropertyAccess >& rUserDefined, const OUString& rName ) throw ( css::uno::RuntimeException );
- virtual ~SwVbaVariable();
+ virtual ~SwVbaVariable() override;
// XVariable
virtual OUString SAL_CALL getName() throw ( css::uno::RuntimeException, std::exception ) override;