diff options
author | Oliver Specht <os@openoffice.org> | 2001-07-20 11:49:57 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2001-07-20 11:49:57 +0000 |
commit | 898444dceb40db49ea44749442d3cf1929ac91c9 (patch) | |
tree | aeca611265059e2e5861bc57f2eb8b9417db3506 /sw/inc/expfld.hxx | |
parent | 60135fd23fe0acdcdfeda26c075162297d109721 (diff) |
#89960# text format of data base fields extended (wz)
Diffstat (limited to 'sw/inc/expfld.hxx')
-rw-r--r-- | sw/inc/expfld.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/expfld.hxx b/sw/inc/expfld.hxx index 274553e011a4..de3290d3eb9b 100644 --- a/sw/inc/expfld.hxx +++ b/sw/inc/expfld.hxx @@ -2,9 +2,9 @@ * * $RCSfile: expfld.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 17:14:25 $ + * last change: $Author: os $ $Date: 2001-07-20 12:49:47 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -88,7 +88,7 @@ class SwFmtFld; const SwTxtNode* GetBodyTxtNode( const SwDoc& pDoc, SwPosition& rPos, const SwFrm& rFrm ); // Wandlung Address -> Adressen -void ReplacePoint(String& sTmpName); +void ReplacePoint(String& sTmpName, BOOL bWithCommandType = FALSE); struct _SeqFldLstElem { |