summaryrefslogtreecommitdiff
path: root/svx/source/table/tablerow.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/table/tablerow.hxx')
-rw-r--r--svx/source/table/tablerow.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/table/tablerow.hxx b/svx/source/table/tablerow.hxx
index b857b66ed170..ba8df5bc75bf 100644
--- a/svx/source/table/tablerow.hxx
+++ b/svx/source/table/tablerow.hxx
@@ -38,7 +38,7 @@ class TableRow : public TableRowBase
friend class TableRowUndo;
public:
TableRow( const TableModelRef& xTableModel, sal_Int32 nRow, sal_Int32 nColumns );
- virtual ~TableRow();
+ virtual ~TableRow() override;
void dispose();
void throwIfDisposed() const throw (css::uno::RuntimeException);