summaryrefslogtreecommitdiff
path: root/sw/source/core
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2003-09-11 08:40:28 +0000
committerKurt Zenker <kz@openoffice.org>2003-09-11 08:40:28 +0000
commite214f6491a187b478c2c5ff4f97cafb2e9b25da2 (patch)
tree90af46e9f3b8bf0d729ef833be3ccf7703f627ea /sw/source/core
parentae6ac79fcfda5a92477aaa57ba5112ce023486a5 (diff)
INTEGRATION: CWS OS18 (1.45.112); FILE MERGED
2003/08/28 09:18:50 os 1.45.112.1: #i16982# remove unprintable control characters from words added to the AutoCompletion list
Diffstat (limited to 'sw/source/core')
-rw-r--r--sw/source/core/txtnode/txtedt.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sw/source/core/txtnode/txtedt.cxx b/sw/source/core/txtnode/txtedt.cxx
index 31826f93d7fd..cbe6ff6de0da 100644
--- a/sw/source/core/txtnode/txtedt.cxx
+++ b/sw/source/core/txtnode/txtedt.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: txtedt.cxx,v $
*
- * $Revision: 1.45 $
+ * $Revision: 1.46 $
*
- * last change: $Author: vg $ $Date: 2003-06-25 10:34:29 $
+ * last change: $Author: kz $ $Date: 2003-09-11 09:40:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1111,7 +1111,6 @@ SwRect SwTxtFrm::_AutoSpell( SwCntntNode* pActNode, xub_StrLen nActPos )
if ( bRedlineChg )
{
XubString rNewWord( rWord );
- rNewWord.EraseAllChars( CH_TXTATR_INWORD );
rACW.InsertWord( rNewWord, *pDoc );
}
else