summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbalistlevels.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/vbalistlevels.hxx')
-rw-r--r--sw/source/ui/vba/vbalistlevels.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/vba/vbalistlevels.hxx b/sw/source/ui/vba/vbalistlevels.hxx
index c13a17dbe6d7..98eeab0b48c2 100644
--- a/sw/source/ui/vba/vbalistlevels.hxx
+++ b/sw/source/ui/vba/vbalistlevels.hxx
@@ -33,7 +33,7 @@ private:
public:
SwVbaListLevels( const css::uno::Reference< ooo::vba::XHelperInterface >& rParent, const css::uno::Reference< css::uno::XComponentContext >& rContext, SwVbaListHelperRef const & pHelper ) throw ( css::uno::RuntimeException );
- virtual ~SwVbaListLevels() {}
+ virtual ~SwVbaListLevels() override {}
virtual ::sal_Int32 SAL_CALL getCount() throw (css::uno::RuntimeException) override;
virtual css::uno::Any SAL_CALL Item( const css::uno::Any& Index1, const css::uno::Any& /*not processed in this base class*/ ) throw ( css::uno::RuntimeException ) override;