diff options
Diffstat (limited to 'sd/source/ui/table/tableobjectbar.hxx')
-rw-r--r-- | sd/source/ui/table/tableobjectbar.hxx | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/sd/source/ui/table/tableobjectbar.hxx b/sd/source/ui/table/tableobjectbar.hxx index dcc66b846494..32aa85f0e675 100644 --- a/sd/source/ui/table/tableobjectbar.hxx +++ b/sd/source/ui/table/tableobjectbar.hxx @@ -33,17 +33,11 @@ class ViewShell; namespace sd { namespace ui { namespace table { -class TableObjectBar : public SfxShell +class TableObjectBar final : public SfxShell { public: SFX_DECL_INTERFACE( SD_IF_SDDRAWTABLEOBJECTBAR ) -private: - /// SfxInterface initializer. - static void InitInterface_Impl(); - -public: - TableObjectBar( ::sd::ViewShell* pSdViewShell, ::sd::View* pSdView); virtual ~TableObjectBar() override; @@ -51,7 +45,10 @@ public: void GetAttrState( SfxItemSet& rSet ); void Execute( SfxRequest& rReq ); -protected: +private: + /// SfxInterface initializer. + static void InitInterface_Impl(); + ::sd::View* mpView; ::sd::ViewShell* mpViewSh; }; |