summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbaselection.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/vbaselection.hxx')
-rw-r--r--sw/source/ui/vba/vbaselection.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/vba/vbaselection.hxx b/sw/source/ui/vba/vbaselection.hxx
index ef79f134ba60..5643c65e8879 100644
--- a/sw/source/ui/vba/vbaselection.hxx
+++ b/sw/source/ui/vba/vbaselection.hxx
@@ -51,7 +51,7 @@ private:
public:
SwVbaSelection( const css::uno::Reference< ooo::vba::XHelperInterface >& rParent, const css::uno::Reference< css::uno::XComponentContext >& rContext, const css::uno::Reference< css::frame::XModel >& rModel ) throw ( css::uno::RuntimeException );
- virtual ~SwVbaSelection();
+ virtual ~SwVbaSelection() override;
// Attribute
virtual OUString SAL_CALL getText() throw (css::uno::RuntimeException, std::exception) override;