From 9acc1899961b3289217f9eac6d159f20e4a0c3a6 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Wed, 11 Aug 2004 14:39:37 +0000 Subject: 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 --- sw/inc/unocrsrhelper.hxx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'sw/inc/unocrsrhelper.hxx') 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 -- cgit