summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/tmpdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/inc/tmpdlg.hxx')
-rw-r--r--sw/source/ui/inc/tmpdlg.hxx11
1 files changed, 7 insertions, 4 deletions
diff --git a/sw/source/ui/inc/tmpdlg.hxx b/sw/source/ui/inc/tmpdlg.hxx
index 693a39578d53..22c2e4d1cf9d 100644
--- a/sw/source/ui/inc/tmpdlg.hxx
+++ b/sw/source/ui/inc/tmpdlg.hxx
@@ -37,18 +37,21 @@ class SwTemplateDlg: public SfxStyleDialog
sal_uInt16 nType;
sal_uInt16 nHtmlMode;
- SwWrtShell* pWrtShell;
+ SwWrtShell* pWrtShell;
sal_Bool bNewStyle;
DECL_LINK( NumOptionsHdl, PushButton* );
public:
+ // @param nSlot
+ // Identifies optional Slot by which the creation of the Template (Style) dialog is triggered.
+ // Currently used, if nRegion == SFX_STYLE_FAMILY_PAGE in order to activate certain dialog pane
SwTemplateDlg( Window* pParent,
SfxStyleSheetBase& rBase,
- sal_uInt16 nRegion,
- sal_Bool bColumn = sal_False,
+ sal_uInt16 nRegion,
+ const sal_uInt16 nSlot = 0,
SwWrtShell* pActShell = 0,
- sal_Bool bNew = sal_False );
+ sal_Bool bNew = sal_False );
~SwTemplateDlg();
const SfxItemSet* GetRefreshedSet();