summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/taskpane/ToolPanelViewShell.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/taskpane/ToolPanelViewShell.hxx')
-rw-r--r--sd/source/ui/inc/taskpane/ToolPanelViewShell.hxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/sd/source/ui/inc/taskpane/ToolPanelViewShell.hxx b/sd/source/ui/inc/taskpane/ToolPanelViewShell.hxx
index 3830f5b640c4..329219eba972 100644
--- a/sd/source/ui/inc/taskpane/ToolPanelViewShell.hxx
+++ b/sd/source/ui/inc/taskpane/ToolPanelViewShell.hxx
@@ -58,6 +58,11 @@ public:
TYPEINFO_OVERRIDE();
SFX_DECL_INTERFACE(SD_IF_SDTOOLPANELSHELL)
+private:
+ /// SfxInterface initializer.
+ static void InitInterface_Impl();
+
+public:
ToolPanelViewShell (
SfxViewFrame* pFrame,
ViewShellBase& rViewShellBase,
@@ -134,7 +139,6 @@ private:
*/
::std::auto_ptr<PopupMenu> CreatePopupMenu (bool bIsDocking);
-
/** Initialize the task pane view shell if that has not yet been done
before. If mbIsInitialized is already set to <TRUE/> then this
method returns immediately.
@@ -142,9 +146,6 @@ private:
void Initialize (void);
};
-
-
-
} } // end of namespace ::sd::toolpanel
#endif