diff options
Diffstat (limited to 'sd/source/ui/inc/GraphicViewShell.hxx')
-rw-r--r-- | sd/source/ui/inc/GraphicViewShell.hxx | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/sd/source/ui/inc/GraphicViewShell.hxx b/sd/source/ui/inc/GraphicViewShell.hxx index 34b858df94b8..aea154e7059f 100644 --- a/sd/source/ui/inc/GraphicViewShell.hxx +++ b/sd/source/ui/inc/GraphicViewShell.hxx @@ -35,7 +35,7 @@ namespace sd { ViewShell that turns off some of the features for GraphicViewShell instances.</p> */ -class GraphicViewShell +class GraphicViewShell final : public DrawViewShell { public: @@ -43,11 +43,6 @@ public: SFX_DECL_VIEWFACTORY(GraphicViewShell); SFX_DECL_INTERFACE(SD_IF_SDGRAPHICVIEWSHELL) -private: - /// SfxInterface initializer. - static void InitInterface_Impl(); - -public: /** Create a new view shell for the Draw application. @param rViewShellBase The new object will be stacked on this view shell base. @@ -66,7 +61,10 @@ public: */ virtual void ChangeEditMode (EditMode eMode, bool bIsLayerModeActive) override; -protected: +private: + /// SfxInterface initializer. + static void InitInterface_Impl(); + void ConstructGraphicViewShell(); virtual void ArrangeGUIElements() override; }; |