summaryrefslogtreecommitdiff
path: root/sfx2/source/inc/templdgi.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/inc/templdgi.hxx')
-rw-r--r--sfx2/source/inc/templdgi.hxx14
1 files changed, 9 insertions, 5 deletions
diff --git a/sfx2/source/inc/templdgi.hxx b/sfx2/source/inc/templdgi.hxx
index b199c59f3351..dcfaef36c22d 100644
--- a/sfx2/source/inc/templdgi.hxx
+++ b/sfx2/source/inc/templdgi.hxx
@@ -241,8 +241,8 @@ protected:
public:
TYPEINFO();
- SfxCommonTemplateDialog_Impl( SfxBindings* pB, SfxDockingWindow* );
- SfxCommonTemplateDialog_Impl( SfxBindings* pB, ModalDialog* );
+ SfxCommonTemplateDialog_Impl( SfxBindings* pB, Window*, bool );
+ SfxCommonTemplateDialog_Impl( SfxBindings* pB, Window* );
~SfxCommonTemplateDialog_Impl();
DECL_LINK( MenuSelectHdl, Menu * );
@@ -297,9 +297,10 @@ private:
friend class SfxTemplateControllerItem;
friend class SfxTemplateDialogWrapper;
friend class DropToolBox_Impl;
+ friend class SfxTemplatePanelControl;
- SfxTemplateDialog* m_pFloat;
- sal_Bool m_bZoomIn;
+ Window* m_pFloat;
+ sal_Bool m_bZoomIn;
DropToolBox_Impl m_aActionTbL;
ToolBox m_aActionTbR;
@@ -330,8 +331,11 @@ public:
friend class SfxTemplateDialog;
TYPEINFO();
- SfxTemplateDialog_Impl( Window* pParent, SfxBindings*, SfxTemplateDialog* pWindow );
+ SfxTemplateDialog_Impl( SfxBindings*, SfxTemplateDialog* pDlgWindow );
+ SfxTemplateDialog_Impl( SfxBindings*, SfxTemplatePanelControl* pDlgWindow );
~SfxTemplateDialog_Impl();
+
+ void Initialize (void);
};
// class SfxTemplateCatalog_Impl -----------------------------------------