diff options
Diffstat (limited to 'sd/source/ui/inc/PaneShells.hxx')
-rw-r--r-- | sd/source/ui/inc/PaneShells.hxx | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/sd/source/ui/inc/PaneShells.hxx b/sd/source/ui/inc/PaneShells.hxx index ae33b2009f53..4e681f3cc9b9 100644 --- a/sd/source/ui/inc/PaneShells.hxx +++ b/sd/source/ui/inc/PaneShells.hxx @@ -23,13 +23,12 @@ #include <sfx2/shell.hxx> #include <glob.hxx> -namespace sd { - +namespace sd +{ /** Shell that displays the left pane for Impress. The shell does not do anything else and has especially no slots. */ -class LeftImpressPaneShell - : public SfxShell +class LeftImpressPaneShell : public SfxShell { public: SFX_DECL_INTERFACE(SD_IF_SDLEFTIMPRESSPANESHELL) @@ -46,8 +45,7 @@ public: /** Shell that displays the left pane for Draw. The shell does not do anything else and has especially no slots. */ -class LeftDrawPaneShell - : public SfxShell +class LeftDrawPaneShell : public SfxShell { public: SFX_DECL_INTERFACE(SD_IF_SDLEFTDRAWPANESHELL) |