summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbacells.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/vbacells.hxx')
-rw-r--r--sw/source/ui/vba/vbacells.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/vba/vbacells.hxx b/sw/source/ui/vba/vbacells.hxx
index b78a7b4e9f22..2626eb8dacca 100644
--- a/sw/source/ui/vba/vbacells.hxx
+++ b/sw/source/ui/vba/vbacells.hxx
@@ -35,7 +35,7 @@ private:
public:
SwVbaCells( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Reference< css::uno::XComponentContext > & xContext, const css::uno::Reference< css::text::XTextTable >& xTextTable, sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_Int32 nBottom ) throw ( css::uno::RuntimeException );
- virtual ~SwVbaCells() {}
+ virtual ~SwVbaCells() override {}
// Attributes
virtual ::sal_Int32 SAL_CALL getWidth() throw (css::uno::RuntimeException, std::exception) override;