summaryrefslogtreecommitdiff
path: root/sw/inc/chpfld.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2003-12-09 10:36:02 +0000
committerKurt Zenker <kz@openoffice.org>2003-12-09 10:36:02 +0000
commit7df3a1cdc2ffde0298640f169a7b20becf89b638 (patch)
tree28bccf34d90e95ab98100eee03eb08c33c7e73de /sw/inc/chpfld.hxx
parent90af3be77786713af2fbd549420ad6c6fb28f62a (diff)
INTEGRATION: CWS portlaoisefilterteam16 (1.2.434); FILE MERGED
2003/11/05 17:10:26 cmc 1.2.434.1: #i9301# add a changeexpansion method which is suitable for use from e.g. winword exporter
Diffstat (limited to 'sw/inc/chpfld.hxx')
-rw-r--r--sw/inc/chpfld.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/sw/inc/chpfld.hxx b/sw/inc/chpfld.hxx
index 47cd435aa72d..1b2e527cd367 100644
--- a/sw/inc/chpfld.hxx
+++ b/sw/inc/chpfld.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: chpfld.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: jp $ $Date: 2001-10-24 18:43:03 $
+ * last change: $Author: kz $ $Date: 2003-12-09 11:36:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -107,7 +107,9 @@ class SwChapterField : public SwField
public:
SwChapterField(SwChapterFieldType*, ULONG nFmt = 0);
- void ChangeExpansion( const SwFrm*, const SwTxtNode*, BOOL bSrchNum = FALSE);
+ void ChangeExpansion(const SwFrm*, const SwTxtNode*,
+ BOOL bSrchNum = FALSE);
+ void ChangeExpansion(const SwTxtNode &rNd, BOOL bSrchNum);
virtual String Expand() const;
virtual SwField* Copy() const;