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.
This commit is contained in:
parent
3e5b06ff38
commit
ababecbb2a
1 changed files with 8 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue