diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-05-28 11:46:16 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-05-28 11:46:16 +0000 |
commit | f513f785c4b8f0c21644841b6dd86704f0de6b15 (patch) | |
tree | d5bb0aff32ef396c6208b759d25d84da10d56d13 /linguistic | |
parent | 1c81ab6a9920d8d3db3c0c96c2b8517381f182d7 (diff) |
INTEGRATION: CWS sw013 (1.13.4); FILE MERGED
2003/05/07 11:01:58 tl 1.13.4.1: #109398# IgnoreAll functionality fixed
Diffstat (limited to 'linguistic')
-rw-r--r-- | linguistic/source/spelldsp.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/linguistic/source/spelldsp.cxx b/linguistic/source/spelldsp.cxx index 753bfc86b8a7..5b4b965169eb 100644 --- a/linguistic/source/spelldsp.cxx +++ b/linguistic/source/spelldsp.cxx @@ -2,9 +2,9 @@ * * $RCSfile: spelldsp.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: rt $ $Date: 2003-04-24 14:02:03 $ + * last change: $Author: vg $ $Date: 2003-05-28 12:46:16 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -714,7 +714,10 @@ Reference< XSpellAlternatives > SpellCheckerDispatcher::spell_Impl( aChkWord, nLanguage, TRUE, TRUE ) ); if (xPosEntry.is()) + { xRes = NULL; // positive dictionaries have precedence over negative ones + eFailureType = -1; // no failure + } else { Reference< XDictionaryEntry > xNegEntry( SearchDicList( xDicList, |