summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-12-11 12:11:44 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-12-12 13:11:16 +0100
commit36b90e6c23fc846c9a8b4ddbd74688b2b5cc4705 (patch)
tree0cece42f160c3f695149aeaf8d3d2e1d203fedc9 /sc
parent5194b93c8dffe4a2194c35e91949ed5b88b567e2 (diff)
loplugin:finalclasses
Change-Id: Ia9865271cf0a75ebf4b885ff376f7d0a152b2555 Reviewed-on: https://gerrit.libreoffice.org/84925 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc')
-rw-r--r--sc/inc/refhint.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/refhint.hxx b/sc/inc/refhint.hxx
index 7dec98a9e4a0..a312ec5b2842 100644
--- a/sc/inc/refhint.hxx
+++ b/sc/inc/refhint.hxx
@@ -69,7 +69,7 @@ public:
SCROW getEndRow() const;
};
-class RefRowReorderHint : public RefHint
+class RefRowReorderHint final : public RefHint
{
const sc::ColRowReorderMapType& mrRowMap;
SCTAB const mnTab;