summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/MediaObjectBar.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/MediaObjectBar.hxx')
-rw-r--r--sd/source/ui/inc/MediaObjectBar.hxx13
1 files changed, 5 insertions, 8 deletions
diff --git a/sd/source/ui/inc/MediaObjectBar.hxx b/sd/source/ui/inc/MediaObjectBar.hxx
index c46e0b2fbd4f..70d42b6ea19d 100644
--- a/sd/source/ui/inc/MediaObjectBar.hxx
+++ b/sd/source/ui/inc/MediaObjectBar.hxx
@@ -29,25 +29,22 @@ namespace sd {
class View;
class ViewShell;
-class MediaObjectBar
+class MediaObjectBar final
: public SfxShell
{
public:
SFX_DECL_INTERFACE( SD_IF_SDDRAWMEDIAOBJECTBAR )
-private:
- /// SfxInterface initializer.
- static void InitInterface_Impl();
-
-public:
-
MediaObjectBar (ViewShell* pSdViewShell, ::sd::View* pSdView);
virtual ~MediaObjectBar() override;
void GetState( SfxItemSet& rSet );
void Execute( SfxRequest const & rReq );
-protected:
+private:
+ /// SfxInterface initializer.
+ static void InitInterface_Impl();
+
::sd::View* mpView;
ViewShell* mpViewSh;
};