summaryrefslogtreecommitdiff
path: root/sc/inc/sheetlimits.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-01-13 15:08:08 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-01-13 14:58:03 +0100
commitc1e96a5d323614f1566702c933dcda9d89d23632 (patch)
treef1b7a64d415a09ba071623b1faff9f63e26457ac /sc/inc/sheetlimits.hxx
parent029044bd5b5989e4b1a965f89e6ba79bf9717bc2 (diff)
loplugin:finalclasses in package..sfx2
Change-Id: I2908abc13f16b0011fcb326e8405080cc30df74a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86684 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/inc/sheetlimits.hxx')
-rw-r--r--sc/inc/sheetlimits.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/sheetlimits.hxx b/sc/inc/sheetlimits.hxx
index ad9541983a5b..60b6f86ea424 100644
--- a/sc/inc/sheetlimits.hxx
+++ b/sc/inc/sheetlimits.hxx
@@ -24,7 +24,7 @@
// Because some stuff needs this info, and those objects lifetimes sometimes exceeds the lifetime
// of the ScDocument.
-struct ScSheetLimits : public salhelper::SimpleReferenceObject
+struct ScSheetLimits final : public salhelper::SimpleReferenceObject
{
const SCCOL mnMaxCol; /// Maximum addressable column
const SCROW mnMaxRow; /// Maximum addressable row