summaryrefslogtreecommitdiff
path: root/sd/source/ui/toolpanel/controls/MasterPagesPanel.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-03-18 16:01:50 +0000
committerKurt Zenker <kz@openoffice.org>2005-03-18 16:01:50 +0000
commit41411ee6e7894d67be53afa3d8ddd904c20282fe (patch)
tree591ad3625efe55e25116c4fc0297c637a51f1f0a /sd/source/ui/toolpanel/controls/MasterPagesPanel.hxx
parent120e2298959842e1dc911ec4700a415004df61b6 (diff)
INTEGRATION: CWS impress36 (1.2.248); FILE MERGED
2005/03/08 14:01:43 cl 1.2.248.2: RESYNC: (1.2-1.3); FILE MERGED 2005/02/24 12:21:19 af 1.2.248.1: #i43335# Made controls constructable on demand.
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