From c1e96a5d323614f1566702c933dcda9d89d23632 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 13 Jan 2020 15:08:08 +0200 Subject: loplugin:finalclasses in package..sfx2 Change-Id: I2908abc13f16b0011fcb326e8405080cc30df74a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86684 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sc/inc/sheetlimits.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/inc') 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 -- cgit