diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-10-25 15:53:56 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-10-26 08:47:11 +0200 |
commit | b4e235a925b5c73a2220f57cdb8b85379fb3bac1 (patch) | |
tree | 224ab0d69c63b1843808f6eb44a6326bcad8db4c /sd/inc/sdpage.hxx | |
parent | cb151051d79a7ec176e769a33a56e7d906fc1425 (diff) |
loplugin:finalclasses in sd
Change-Id: I0947aa295ba1859ebc1e7ce9ce2e621f02d399ce
Reviewed-on: https://gerrit.libreoffice.org/43846
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/inc/sdpage.hxx')
-rw-r--r-- | sd/inc/sdpage.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sd/inc/sdpage.hxx b/sd/inc/sdpage.hxx index 9e7c178437aa..f11aa7e640a2 100644 --- a/sd/inc/sdpage.hxx +++ b/sd/inc/sdpage.hxx @@ -90,7 +90,7 @@ namespace sd { class UndoAttrObject; } -class SD_DLLPUBLIC SdPage : public FmFormPage, public SdrObjUserCall +class SD_DLLPUBLIC SdPage final : public FmFormPage, public SdrObjUserCall { SdPage& operator=(const SdPage&) = delete; @@ -102,7 +102,6 @@ friend class ModifyPageUndoAction; friend class sd::UndoGeoObject; friend class sd::UndoAttrObject; -protected: PageKind mePageKind; ///< page type AutoLayout meAutoLayout; ///< AutoLayout sd::ShapeList maPresentationShapeList;///< presentation objects |