summaryrefslogtreecommitdiff
path: root/svx/source/table/cellrange.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/table/cellrange.hxx')
-rw-r--r--svx/source/table/cellrange.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/table/cellrange.hxx b/svx/source/table/cellrange.hxx
index 8f76b6f96752..519729c7b608 100644
--- a/svx/source/table/cellrange.hxx
+++ b/svx/source/table/cellrange.hxx
@@ -32,7 +32,7 @@ class CellRange : public ::cppu::WeakAggImplHelper1< css::table::XCellRange >, p
{
public:
CellRange( const TableModelRef & xTable, sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_Int32 nBottom );
- virtual ~CellRange();
+ virtual ~CellRange() override;
// ICellRange
virtual sal_Int32 getLeft() override;