From e73b99b8dda36545116ac5b5f00c210642c2e3a6 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 13 Jan 2020 15:29:03 +0200 Subject: loplugin:finalclasses in i18npool..linguistic Change-Id: Ib903fb2fdb4c4c25f73053065b828dade8b63785 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86687 Tested-by: Jenkins Reviewed-by: Noel Grandin --- idl/inc/database.hxx | 2 +- idl/inc/module.hxx | 2 +- idl/inc/types.hxx | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'idl') diff --git a/idl/inc/database.hxx b/idl/inc/database.hxx index 4d554ee964e1..caf3cf9fff4d 100644 --- a/idl/inc/database.hxx +++ b/idl/inc/database.hxx @@ -46,7 +46,7 @@ public: bool IsError() const { return nLine != 0; } }; -class SvParseException : public std::exception +class SvParseException final : public std::exception { public: SvIdlError aError; diff --git a/idl/inc/module.hxx b/idl/inc/module.hxx index 44030172a8a3..05587ee9681e 100644 --- a/idl/inc/module.hxx +++ b/idl/inc/module.hxx @@ -23,7 +23,7 @@ #include "slot.hxx" #include "object.hxx" -class SvMetaModule : public SvMetaObject +class SvMetaModule final : public SvMetaObject { public: SvRefMemberList aClassList; diff --git a/idl/inc/types.hxx b/idl/inc/types.hxx index a0f796fc66f9..97c353b36541 100644 --- a/idl/inc/types.hxx +++ b/idl/inc/types.hxx @@ -87,19 +87,19 @@ public: SvTokenStream & rInStm ); }; -class SvMetaTypeString : public SvMetaType +class SvMetaTypeString final : public SvMetaType { public: SvMetaTypeString(); }; -class SvMetaEnumValue : public SvMetaObject +class SvMetaEnumValue final : public SvMetaObject { public: SvMetaEnumValue(); }; -class SvMetaTypeEnum : public SvMetaType +class SvMetaTypeEnum final : public SvMetaType { public: SvRefMemberList aEnumValueList; @@ -107,7 +107,7 @@ public: SvMetaTypeEnum(); }; -class SvMetaTypevoid : public SvMetaType +class SvMetaTypevoid final : public SvMetaType { public: SvMetaTypevoid(); -- cgit v1.2.3