From d84438dca1d67fbf058a8624629603ab39254610 Mon Sep 17 00:00:00 2001 From: jp Date: Fri, 8 Jun 2001 12:35:48 +0000 Subject: Bug #86377#: cache the original string for overwrite mode --- sw/inc/extinput.hxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'sw/inc') diff --git a/sw/inc/extinput.hxx b/sw/inc/extinput.hxx index 58ee2e66cf93..e8bdb97a7526 100644 --- a/sw/inc/extinput.hxx +++ b/sw/inc/extinput.hxx @@ -2,9 +2,9 @@ * * $RCSfile: extinput.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: jp $ $Date: 2000-11-28 18:49:16 $ + * last change: $Author: jp $ $Date: 2001-06-08 13:35:48 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -75,6 +75,7 @@ class Font; class SwExtTextInput : public SwPaM { SvUShorts aAttrs; + String sOverwriteText; BOOL bInsText : 1; BOOL bIsOverwriteCursor : 1; public: @@ -88,7 +89,7 @@ public: BOOL IsInsText() const { return bInsText; } void SetInsText( BOOL bFlag ) { bInsText = bFlag; } BOOL IsOverwriteCursor() const { return bIsOverwriteCursor; } - void SetOverwriteCursor( BOOL bFlag ) { bIsOverwriteCursor = bFlag; } + void SetOverwriteCursor( BOOL bFlag ); }; #endif //_EXTINPUT_HXX -- cgit