summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/GraphicViewShellBase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/GraphicViewShellBase.hxx')
-rw-r--r--sd/source/ui/inc/GraphicViewShellBase.hxx11
1 files changed, 5 insertions, 6 deletions
diff --git a/sd/source/ui/inc/GraphicViewShellBase.hxx b/sd/source/ui/inc/GraphicViewShellBase.hxx
index f13b75790045..37e76b40dae0 100644
--- a/sd/source/ui/inc/GraphicViewShellBase.hxx
+++ b/sd/source/ui/inc/GraphicViewShellBase.hxx
@@ -22,13 +22,12 @@
#include "ViewShellBase.hxx"
-namespace sd {
-
+namespace sd
+{
/** This class exists to be able to register another factory that
creates the view shell for the Draw application.
*/
-class GraphicViewShellBase
- : public ViewShellBase
+class GraphicViewShellBase : public ViewShellBase
{
public:
SFX_DECL_VIEWFACTORY(GraphicViewShellBase);
@@ -36,12 +35,12 @@ public:
/** This constructor is used by the view factory of the SFX
macros.
*/
- GraphicViewShellBase (SfxViewFrame *pFrame, SfxViewShell* pOldShell);
+ GraphicViewShellBase(SfxViewFrame* pFrame, SfxViewShell* pOldShell);
virtual ~GraphicViewShellBase() override;
/** Callback function for general slot calls.
*/
- virtual void Execute (SfxRequest& rRequest) override;
+ virtual void Execute(SfxRequest& rRequest) override;
protected:
virtual void InitializeFramework() override;