From faff2437d83b437766d1c59dc473cc8b6ad9a548 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 1 Nov 2019 11:28:02 +0200 Subject: loplugin:finalclasses in sd/inc Change-Id: I29c7656d532fc0c8bcf1379a2f54d052aa4253e8 Reviewed-on: https://gerrit.libreoffice.org/81877 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sd/inc/anminfo.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd/inc/anminfo.hxx') diff --git a/sd/inc/anminfo.hxx b/sd/inc/anminfo.hxx index dbd13720ec29..08224994a2ce 100644 --- a/sd/inc/anminfo.hxx +++ b/sd/inc/anminfo.hxx @@ -28,7 +28,7 @@ #include #include "sddllapi.h" -class SD_DLLPUBLIC SdAnimationInfo : public SdrObjUserData +class SD_DLLPUBLIC SdAnimationInfo final : public SdrObjUserData { public: PresObjKind mePresObjKind; -- cgit