summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>2011-09-08 15:38:50 +0200
committerCédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>2011-09-08 15:42:59 +0200
commit91042f3f0a4328bc46e17e8b32d5021003fb7e04 (patch)
treebc7f5ee487acb505b416f28cfd5d8bf3bbb2e599 /sw/inc
parentdc557cd036e49f6d642bcdbd79a525371c7c513c (diff)
Header/Footer: implement the edit menu item
Opens the page style at the header or footer tab.
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/docsh.hxx4
-rw-r--r--sw/inc/swabstdlg.hxx2
2 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/docsh.hxx b/sw/inc/docsh.hxx
index 4f644afc40b0..96a1eaa9f3a4 100644
--- a/sw/inc/docsh.hxx
+++ b/sw/inc/docsh.hxx
@@ -112,7 +112,7 @@ class SW_DLLPUBLIC SwDocShell: public SfxObjectShell, public SfxListener
// Methods for StyleSheets
SW_DLLPRIVATE sal_uInt16 Edit( const String &rName, const String& rParent, sal_uInt16 nFamily,
sal_uInt16 nMask, sal_Bool bNew,
- sal_Bool bColumn = sal_False,
+ sal_uInt16 nPageId = 0,
SwWrtShell* pActShell = 0,
sal_Bool bBasic = sal_False );
SW_DLLPRIVATE sal_uInt16 Delete(const String &rName, sal_uInt16 nFamily);
@@ -254,7 +254,7 @@ public:
// Display dialog for page style. If required display column page.
void FormatPage( const String& rPage,
- sal_Bool bColumn = sal_False,
+ sal_uInt16 nPageId = 0,
SwWrtShell* pActShell = 0 );
// #i59688#
diff --git a/sw/inc/swabstdlg.hxx b/sw/inc/swabstdlg.hxx
index 13bf919c73a0..b92816993740 100644
--- a/sw/inc/swabstdlg.hxx
+++ b/sw/inc/swabstdlg.hxx
@@ -427,7 +427,7 @@ public:
Window* pParent,
SfxStyleSheetBase& rBase,
sal_uInt16 nRegion,
- sal_Bool bColumn = sal_False,
+ sal_uInt16 nPageId = 0,
SwWrtShell* pActShell = 0,
sal_Bool bNew = sal_False ) = 0; //add for SwTemplateDlg
virtual AbstractGlossaryDlg* CreateGlossaryDlg( int nResId,