summaryrefslogtreecommitdiff
path: root/sw/inc/extinput.hxx
diff options
context:
space:
mode:
authorjp <jp@openoffice.org>2001-06-08 12:35:48 +0000
committerjp <jp@openoffice.org>2001-06-08 12:35:48 +0000
commitd84438dca1d67fbf058a8624629603ab39254610 (patch)
tree23750f1959bb6202abd01b6f99c9647512225668 /sw/inc/extinput.hxx
parenta4c2eb031171404b981164409a7255c8650e2da8 (diff)
Bug #86377#: cache the original string for overwrite mode
Diffstat (limited to 'sw/inc/extinput.hxx')
-rw-r--r--sw/inc/extinput.hxx7
1 files changed, 4 insertions, 3 deletions
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