diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-10-31 16:16:24 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-11-01 08:53:23 +0100 |
commit | a71edbd296c640fb62b99d057ee0142e2a84a8a9 (patch) | |
tree | 084381ec6bf7a9e058593c9f80cfa1b96150dcb0 /sc/inc/refhint.hxx | |
parent | 8629be30930cc6d72a2bd3d95423d7273deb44f8 (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/refhint.hxx')
-rw-r--r-- | sc/inc/refhint.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/refhint.hxx b/sc/inc/refhint.hxx index 12c804db45ba..7dec98a9e4a0 100644 --- a/sc/inc/refhint.hxx +++ b/sc/inc/refhint.hxx @@ -46,7 +46,7 @@ public: Type getType() const; }; -class RefColReorderHint : public RefHint +class RefColReorderHint final : public RefHint { const sc::ColRowReorderMapType& mrColMap; SCTAB const mnTab; @@ -92,14 +92,14 @@ public: SCCOL getEndColumn() const; }; -class RefStartListeningHint : public RefHint +class RefStartListeningHint final : public RefHint { public: RefStartListeningHint(); virtual ~RefStartListeningHint() override; }; -class RefStopListeningHint : public RefHint +class RefStopListeningHint final : public RefHint { public: RefStopListeningHint(); |