summaryrefslogtreecommitdiff
path: root/sw/inc/redline.hxx
diff options
context:
space:
mode:
authorFrank Meies <fme@openoffice.org>2001-04-27 12:33:52 +0000
committerFrank Meies <fme@openoffice.org>2001-04-27 12:33:52 +0000
commit92a789bfe6b6eee68efb63bfbd9c2431c6380cb6 (patch)
treecabcfd664ad0e8abb09c140513afb17b26f031f4 /sw/inc/redline.hxx
parent250a988c541adeace0a6f2e0a4d5ebf1b4b6454f (diff)
Fix #75969#: Spellcheck considers deleted characters in redline mode
Diffstat (limited to 'sw/inc/redline.hxx')
-rw-r--r--sw/inc/redline.hxx11
1 files changed, 5 insertions, 6 deletions
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