diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-08-11 14:39:37 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-08-11 14:39:37 +0000 |
commit | 9acc1899961b3289217f9eac6d159f20e4a0c3a6 (patch) | |
tree | 1764d0031488cff6057639d80f84d01a84dddb6d /sw/inc/unocrsrhelper.hxx | |
parent | 6ae233af80a18c3e0599aa31ca92f5784a81778f (diff) |
INTEGRATION: CWS tleamisc (1.5.652); FILE MERGED
2004/07/16 08:39:18 tl 1.5.652.1: #116743# setString for XTextRange implementations now inserts a new paragraph when encounterimng a CR character
Diffstat (limited to 'sw/inc/unocrsrhelper.hxx')
-rw-r--r-- | sw/inc/unocrsrhelper.hxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sw/inc/unocrsrhelper.hxx b/sw/inc/unocrsrhelper.hxx index acf654c57b23..710dedcb41d3 100644 --- a/sw/inc/unocrsrhelper.hxx +++ b/sw/inc/unocrsrhelper.hxx @@ -2,9 +2,9 @@ * * $RCSfile: unocrsrhelper.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mtg $ $Date: 2001-10-09 15:03:23 $ + * last change: $Author: obo $ $Date: 2004-08-11 15:39:37 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -73,6 +73,7 @@ struct SfxItemPropertyMap; class SwPaM; class SfxItemSet; +class SwDoc; namespace com{ namespace sun{ namespace star{ namespace uno{ @@ -118,6 +119,9 @@ namespace SwUnoCursorHelper SwPaM& rPam, com::sun::star::beans::PropertyState& eState); + sal_Bool DocInsertStringSplitCR( SwDoc &rDoc, + const SwPaM &rNewCursor, const String &rText ); + }; #endif |