summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbalistgalleries.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/vbalistgalleries.hxx')
-rw-r--r--sw/source/ui/vba/vbalistgalleries.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/vba/vbalistgalleries.hxx b/sw/source/ui/vba/vbalistgalleries.hxx
index 5880b9f0db3e..c82c56fdf40b 100644
--- a/sw/source/ui/vba/vbalistgalleries.hxx
+++ b/sw/source/ui/vba/vbalistgalleries.hxx
@@ -33,7 +33,7 @@ private:
public:
SwVbaListGalleries( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Reference< css::uno::XComponentContext > & xContext, const css::uno::Reference< css::text::XTextDocument >& xTextDoc ) throw (css::uno::RuntimeException);
- virtual ~SwVbaListGalleries() {}
+ virtual ~SwVbaListGalleries() 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;