summaryrefslogtreecommitdiffstats
path: root/svx/source/editeng/impedit5.cxx
diff options
context:
space:
mode:
authorMalte Timmermann <mt@openoffice.org>2000-11-07 17:25:29 +0000
committerMalte Timmermann <mt@openoffice.org>2000-11-07 17:25:29 +0000
commit6236d957e2d06b58f11aaa8cb4859ac0db7a5a83 (patch)
tree485a58aab606a95edcefd564395ee494b7bf28d3 /svx/source/editeng/impedit5.cxx
parent+clear_NoDispose (diff)
downloadcore-6236d957e2d06b58f11aaa8cb4859ac0db7a5a83.tar.gz
core-6236d957e2d06b58f11aaa8cb4859ac0db7a5a83.zip
More changes for CJK: IME and Language
Diffstat (limited to 'svx/source/editeng/impedit5.cxx')
-rw-r--r--svx/source/editeng/impedit5.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/source/editeng/impedit5.cxx b/svx/source/editeng/impedit5.cxx
index 7e097ea06b82..953220f5fd3c 100644
--- a/svx/source/editeng/impedit5.cxx
+++ b/svx/source/editeng/impedit5.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: impedit5.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:01:14 $
+ * last change: $Author: mt $ $Date: 2000-11-07 18:25:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -818,6 +818,7 @@ ImplIMEInfos::ImplIMEInfos( const EditPaM& rPos )
nLen = 0;
bCursor = TRUE;
pAttribs = NULL;
+ bWasCursorOverwrite = FALSE;
}
ImplIMEInfos::~ImplIMEInfos()