diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-13 15:08:08 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-13 14:58:03 +0100 |
commit | c1e96a5d323614f1566702c933dcda9d89d23632 (patch) | |
tree | f1b7a64d415a09ba071623b1faff9f63e26457ac /sc/inc | |
parent | 029044bd5b5989e4b1a965f89e6ba79bf9717bc2 (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')
-rw-r--r-- | sc/inc/sheetlimits.hxx | 2 |
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 |