From 92a789bfe6b6eee68efb63bfbd9c2431c6380cb6 Mon Sep 17 00:00:00 2001 From: Frank Meies Date: Fri, 27 Apr 2001 12:33:52 +0000 Subject: Fix #75969#: Spellcheck considers deleted characters in redline mode --- sw/inc/redline.hxx | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'sw/inc/redline.hxx') diff --git a/sw/inc/redline.hxx b/sw/inc/redline.hxx index 51b54f0e1630..633c0ddbbbd0 100644 --- a/sw/inc/redline.hxx +++ b/sw/inc/redline.hxx @@ -2,9 +2,9 @@ * * $RCSfile: redline.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 17:14:27 $ + * last change: $Author: fme $ $Date: 2001-04-27 13:29:06 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -292,6 +292,9 @@ public: void Hide( USHORT nLoop = 0 ); void ShowOriginal( USHORT nLoop = 0 ); + // calculates the intersection with text node number nNdIdx + void CalcStartEnd( USHORT nNdIdx, USHORT& nStart, USHORT& nEnd ) const; + void InvalidateRange(); // das Layout anstossen BOOL IsOwnRedline( const SwRedline& rRedl ) const @@ -305,8 +308,4 @@ public: int operator<( const SwRedline& ) const; }; - - - - #endif -- cgit