summaryrefslogtreecommitdiff
path: root/sc/inc/tabprotection.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-10-31 16:16:24 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-11-01 08:53:23 +0100
commita71edbd296c640fb62b99d057ee0142e2a84a8a9 (patch)
tree084381ec6bf7a9e058593c9f80cfa1b96150dcb0 /sc/inc/tabprotection.hxx
parent8629be30930cc6d72a2bd3d95423d7273deb44f8 (diff)
loplugin:finalclasses in sc/inc
Change-Id: I6a08a86262deae4bed3a05f77d3041a568f23595 Reviewed-on: https://gerrit.libreoffice.org/81853 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
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 b834d841c2a2..fe543075fadd 100644
--- a/sc/inc/tabprotection.hxx
+++ b/sc/inc/tabprotection.hxx
@@ -93,7 +93,7 @@ public:
virtual bool verifyPassword(const OUString& aPassText) const = 0;
};
-class SC_DLLPUBLIC ScDocProtection : public ScPassHashProtectable
+class SC_DLLPUBLIC ScDocProtection final : public ScPassHashProtectable
{
public:
enum Option
@@ -164,7 +164,7 @@ struct ScEnhancedProtection
* container for the undo/redo stack, in which case the password, hash and
* the options need to be preserved even when the protection flag is
* off. */
-class SC_DLLPUBLIC ScTableProtection : public ScPassHashProtectable
+class SC_DLLPUBLIC ScTableProtection final : public ScPassHashProtectable
{
public:
enum Option