diff options
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 |