summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/textsh.hxx
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2002-07-05 08:57:47 +0000
committerOliver Specht <os@openoffice.org>2002-07-05 08:57:47 +0000
commit6c8e07eccba4fdf1343882c7bd5c0953c25e60b2 (patch)
tree1aae71a6c58e7683ebeb97ab2d15c070a4e75cc6 /sw/source/ui/inc/textsh.hxx
parentde2aee5df03fa77ab3b5c5bf02520e592e8be796 (diff)
#100747# InsertHeader/Footer recordable
Diffstat (limited to 'sw/source/ui/inc/textsh.hxx')
-rw-r--r--sw/source/ui/inc/textsh.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/source/ui/inc/textsh.hxx b/sw/source/ui/inc/textsh.hxx
index 163596aeab74..05afc319f6f1 100644
--- a/sw/source/ui/inc/textsh.hxx
+++ b/sw/source/ui/inc/textsh.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: textsh.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: mba $ $Date: 2002-07-01 08:57:49 $
+ * last change: $Author: os $ $Date: 2002-07-05 09:57:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -77,6 +77,7 @@ class SwTextShell: public SwBaseShell
void InsertSymbol( SfxRequest& );
void InsertHyperlink(const SvxHyperlinkItem& rHlnkItem);
BOOL InsertGraphicDlg( SfxRequest& );
+ void ChangeHeaderOrFooter(const String& rStyleName, BOOL bHeader, BOOL bOn, BOOL bShowWarning);
public:
SFX_DECL_INTERFACE(SW_TEXTSHELL);