diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-01-25 13:41:25 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-01-25 13:41:25 +0000 |
commit | 3916cf6e0f331e792f299c2a679daf08b4e3779a (patch) | |
tree | 61a8369f75cc0126480098079a6482aed8697b88 /sw/inc/fesh.hxx | |
parent | 1f98e2fdd61e47fa701992c087cc95c180bd57e0 (diff) |
INTEGRATION: CWS pbbeta06 (1.48.22); FILE MERGED
2005/01/14 08:48:59 pb 1.48.22.1: fix: #i39983# add parameter String rSeparator to InsertLabel()
Diffstat (limited to 'sw/inc/fesh.hxx')
-rw-r--r-- | sw/inc/fesh.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/fesh.hxx b/sw/inc/fesh.hxx index a66249fc71db..cc432bffdce8 100644 --- a/sw/inc/fesh.hxx +++ b/sw/inc/fesh.hxx @@ -2,9 +2,9 @@ * * $RCSfile: fesh.hxx,v $ * - * $Revision: 1.49 $ + * $Revision: 1.50 $ * - * last change: $Author: kz $ $Date: 2005-01-18 14:26:23 $ + * last change: $Author: obo $ $Date: 2005-01-25 14:41:25 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -748,7 +748,7 @@ public: USHORT GetPageOffset() const; //Liefert den letzten Page Offset //SS fuer Beschriftungen - void InsertLabel( const SwLabelType eType, const String &rTxt, + void InsertLabel( const SwLabelType eType, const String &rTxt, const String& rSeparator, const BOOL bBefore, const USHORT nId, const String& rCharacterStyle, const BOOL bCpyBrd = TRUE ); |