summaryrefslogtreecommitdiff
path: root/svtools/source/table/tablecontrol_impl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/table/tablecontrol_impl.hxx')
-rw-r--r--svtools/source/table/tablecontrol_impl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/table/tablecontrol_impl.hxx b/svtools/source/table/tablecontrol_impl.hxx
index 889f188721df..02b36268ea4b 100644
--- a/svtools/source/table/tablecontrol_impl.hxx
+++ b/svtools/source/table/tablecontrol_impl.hxx
@@ -151,7 +151,7 @@ namespace svt { namespace table
public:
explicit TableControl_Impl( TableControl& _rAntiImpl );
- virtual ~TableControl_Impl();
+ virtual ~TableControl_Impl() override;
/** to be called when the anti-impl instance has been resized
*/
@@ -461,7 +461,7 @@ namespace svt { namespace table
public:
explicit TableFunctionSet(TableControl_Impl* _pTableControl);
- virtual ~TableFunctionSet();
+ virtual ~TableFunctionSet() override;
virtual void BeginDrag() override;
virtual void CreateAnchor() override;