diff options
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 |