summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbarow.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/vbarow.hxx')
-rw-r--r--sw/source/ui/vba/vbarow.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/vba/vbarow.hxx b/sw/source/ui/vba/vbarow.hxx
index 23a2b43cb8a4..94463add6636 100644
--- a/sw/source/ui/vba/vbarow.hxx
+++ b/sw/source/ui/vba/vbarow.hxx
@@ -36,7 +36,7 @@ private:
public:
SwVbaRow( const css::uno::Reference< ooo::vba::XHelperInterface >& rParent, const css::uno::Reference< css::uno::XComponentContext >& rContext, const css::uno::Reference< css::text::XTextTable >& xTextTable, sal_Int32 nIndex ) throw ( css::uno::RuntimeException );
- virtual ~SwVbaRow();
+ virtual ~SwVbaRow() override;
// Attributes
virtual css::uno::Any SAL_CALL getHeight() throw (css::uno::RuntimeException, std::exception) override;