summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbalistformat.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/vbalistformat.hxx')
-rw-r--r--sw/source/ui/vba/vbalistformat.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/vba/vbalistformat.hxx b/sw/source/ui/vba/vbalistformat.hxx
index 5d07d5ff87ee..d9c3e9a283eb 100644
--- a/sw/source/ui/vba/vbalistformat.hxx
+++ b/sw/source/ui/vba/vbalistformat.hxx
@@ -34,7 +34,7 @@ private:
public:
SwVbaListFormat( const css::uno::Reference< ooo::vba::XHelperInterface >& rParent, const css::uno::Reference< css::uno::XComponentContext >& rContext, const css::uno::Reference< css::text::XTextRange >& xTextRange ) throw ( css::uno::RuntimeException );
- virtual ~SwVbaListFormat();
+ virtual ~SwVbaListFormat() override;
// Methods
virtual void SAL_CALL ApplyListTemplate( const css::uno::Reference< ::ooo::vba::word::XListTemplate >& ListTemplate, const css::uno::Any& ContinuePreviousList, const css::uno::Any& ApplyTo, const css::uno::Any& DefaultListBehavior ) throw (css::uno::RuntimeException, std::exception) override;