summaryrefslogtreecommitdiff
path: root/svx/source/table/svdotable.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/table/svdotable.cxx')
-rw-r--r--svx/source/table/svdotable.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/table/svdotable.cxx b/svx/source/table/svdotable.cxx
index 1f11ef2725e8..e4e3087010cc 100644
--- a/svx/source/table/svdotable.cxx
+++ b/svx/source/table/svdotable.cxx
@@ -95,7 +95,7 @@ public:
TableProperties(const TableProperties& rProps, SdrObject& rObj );
// destructor
- virtual ~TableProperties();
+ virtual ~TableProperties() override;
// Clone() operator, normally just calls the local copy constructor
BaseProperties& Clone(SdrObject& rObj) const override;
@@ -216,7 +216,7 @@ public:
void UpdateCells( Rectangle& rArea );
SdrTableObjImpl();
- virtual ~SdrTableObjImpl();
+ virtual ~SdrTableObjImpl() override;
void init( SdrTableObj* pTable, sal_Int32 nColumns, sal_Int32 nRows );
void dispose();