summaryrefslogtreecommitdiff
path: root/sc/inc/tabprotection.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/tabprotection.hxx')
-rw-r--r--sc/inc/tabprotection.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/tabprotection.hxx b/sc/inc/tabprotection.hxx
index f5cff8ca4b89..f8226c302ae9 100644
--- a/sc/inc/tabprotection.hxx
+++ b/sc/inc/tabprotection.hxx
@@ -82,7 +82,7 @@ public:
explicit ScDocProtection();
explicit ScDocProtection(const ScDocProtection& r);
- virtual ~ScDocProtection();
+ virtual ~ScDocProtection() override;
virtual bool isProtected() const override;
virtual bool isProtectedWithPass() const override;
@@ -167,7 +167,7 @@ public:
explicit ScTableProtection();
explicit ScTableProtection(const ScTableProtection& r);
- virtual ~ScTableProtection();
+ virtual ~ScTableProtection() override;
virtual bool isProtected() const override;
virtual bool isProtectedWithPass() const override;