summaryrefslogtreecommitdiff
path: root/svx/source/table/tablerows.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/table/tablerows.hxx')
-rw-r--r--svx/source/table/tablerows.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/table/tablerows.hxx b/svx/source/table/tablerows.hxx
index a9b6fc19e8c6..000d2a21f6cf 100644
--- a/svx/source/table/tablerows.hxx
+++ b/svx/source/table/tablerows.hxx
@@ -32,7 +32,7 @@ class TableRows : public ::cppu::WeakAggImplHelper1< css::table::XTableRows >
{
public:
explicit TableRows( const TableModelRef& xTableModel );
- virtual ~TableRows();
+ virtual ~TableRows() override;
void dispose();
void throwIfDisposed() const throw (css::uno::RuntimeException);