summaryrefslogtreecommitdiff
path: root/svx/source/table/cellcursor.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/table/cellcursor.hxx')
-rw-r--r--svx/source/table/cellcursor.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/table/cellcursor.hxx b/svx/source/table/cellcursor.hxx
index 2c4430a35255..6a4c301b45cc 100644
--- a/svx/source/table/cellcursor.hxx
+++ b/svx/source/table/cellcursor.hxx
@@ -36,7 +36,7 @@ class CellCursor : public CellCursorBase
{
public:
CellCursor( const TableModelRef& xTableModel, sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_Int32 nBottom );
- virtual ~CellCursor();
+ virtual ~CellCursor() override;
// XCellRange
virtual css::uno::Reference< css::table::XCell > SAL_CALL getCellByPosition( sal_Int32 nColumn, sal_Int32 nRow ) throw (css::lang::IndexOutOfBoundsException, css::uno::RuntimeException, std::exception) override;