summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/PaneShells.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/PaneShells.hxx')
-rw-r--r--sd/source/ui/inc/PaneShells.hxx22
1 files changed, 15 insertions, 7 deletions
diff --git a/sd/source/ui/inc/PaneShells.hxx b/sd/source/ui/inc/PaneShells.hxx
index 0dd1c55bcb4e..151a0a7de908 100644
--- a/sd/source/ui/inc/PaneShells.hxx
+++ b/sd/source/ui/inc/PaneShells.hxx
@@ -27,7 +27,6 @@
namespace sd {
-
/** Shell that displays the left pane for Impress. The shell does not do
anything else and has especially no slots.
*/
@@ -38,13 +37,15 @@ public:
TYPEINFO_OVERRIDE();
SFX_DECL_INTERFACE(SD_IF_SDLEFTIMPRESSPANESHELL)
+private:
+ /// SfxInterface initializer.
+ static void InitInterface_Impl();
+
+public:
LeftImpressPaneShell (void);
virtual ~LeftImpressPaneShell (void);
};
-
-
-
/** Shell that displays the left pane for Draw. The shell does not do
anything else and has especially no slots.
*/
@@ -55,13 +56,15 @@ public:
TYPEINFO_OVERRIDE();
SFX_DECL_INTERFACE(SD_IF_SDLEFTDRAWPANESHELL)
+private:
+ /// SfxInterface initializer.
+ static void InitInterface_Impl();
+
+public:
LeftDrawPaneShell (void);
virtual ~LeftDrawPaneShell (void);
};
-
-
-
/** Shell that displays the right pane for both Impress and Draw. The shell
does not do anything else and has especially no slots.
*/
@@ -71,6 +74,11 @@ public:
TYPEINFO_OVERRIDE();
SFX_DECL_INTERFACE( SD_IF_SDTOOLPANELPANESHELL )
+private:
+ /// SfxInterface initializer.
+ static void InitInterface_Impl();
+
+public:
ToolPanelPaneShell();
virtual ~ToolPanelPaneShell();
};