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/source/ui/inc/LayerTabBar.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/source/ui/inc/LayerTabBar.hxx')
-rw-r--r-- | sd/source/ui/inc/LayerTabBar.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/inc/LayerTabBar.hxx b/sd/source/ui/inc/LayerTabBar.hxx index b373a6fcb594..496f3e9b7865 100644 --- a/sd/source/ui/inc/LayerTabBar.hxx +++ b/sd/source/ui/inc/LayerTabBar.hxx @@ -30,7 +30,7 @@ namespace sd { */ class DrawViewShell; -class LayerTabBar +class LayerTabBar final : public TabBar, public DropTargetHelper { @@ -53,7 +53,7 @@ public: */ void SendDeactivatePageEvent(); -protected: +private: DrawViewShell* pDrViewSh; // TabBar |