summaryrefslogtreecommitdiff
path: root/sd/source/ui/toolpanel/controls/MasterPagesPanel.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/toolpanel/controls/MasterPagesPanel.hxx')
-rw-r--r--sd/source/ui/toolpanel/controls/MasterPagesPanel.hxx13
1 files changed, 8 insertions, 5 deletions
diff --git a/sd/source/ui/toolpanel/controls/MasterPagesPanel.hxx b/sd/source/ui/toolpanel/controls/MasterPagesPanel.hxx
index 24add5713..a3ba5f84b 100644
--- a/sd/source/ui/toolpanel/controls/MasterPagesPanel.hxx
+++ b/sd/source/ui/toolpanel/controls/MasterPagesPanel.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: MasterPagesPanel.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: vg $ $Date: 2005-02-24 15:07:41 $
+ * last change: $Author: kz $ $Date: 2005-03-18 17:01:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,16 +59,17 @@
*
************************************************************************/
-#ifndef SD_TOOLPANEL_CONTROLS_MASTER_PAGES_PANEL_HXX
-#define SD_TOOLPANEL_CONTROLS_MASTER_PAGES_PANEL_HXX
+#ifndef SD_TASKPANE_CONTROLS_MASTER_PAGES_PANEL_HXX
+#define SD_TASKPANE_CONTROLS_MASTER_PAGES_PANEL_HXX
-#include "../ScrollPanel.hxx"
+#include "taskpane/ScrollPanel.hxx"
namespace sd {
class ViewShellBase;
}
namespace sd { namespace toolpanel {
+class ControlFactory;
class TreeNode;
} }
@@ -86,6 +87,8 @@ public:
TreeNode* pParent,
ViewShellBase& rBase);
virtual ~MasterPagesPanel (void);
+
+ static std::auto_ptr<ControlFactory> CreateControlFactory (ViewShellBase& rBase);
};
} } } // end of namespace ::sd::toolpanel::controls