diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-01 14:17:59 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-01 14:17:59 +0000 |
commit | 29f8d92dc2d983f8798e67a1e280000dcac808ca (patch) | |
tree | 317c530c4e08a33e36d255dc8dfb0b1babcec31c /linguistic/source/thesdsp.cxx | |
parent | c9371576024082c581c242da1923de289e0f02aa (diff) |
INTEGRATION: CWS os6 (1.8.42); FILE MERGED
2003/02/27 09:41:19 tl 1.8.42.1: #i11856# replace non-breakable spaces in query text by spaces
Diffstat (limited to 'linguistic/source/thesdsp.cxx')
-rw-r--r-- | linguistic/source/thesdsp.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/linguistic/source/thesdsp.cxx b/linguistic/source/thesdsp.cxx index c3583c90475e..5a5d2497a64f 100644 --- a/linguistic/source/thesdsp.cxx +++ b/linguistic/source/thesdsp.cxx @@ -2,9 +2,9 @@ * * $RCSfile: thesdsp.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: tl $ $Date: 2001-06-21 09:00:24 $ + * last change: $Author: vg $ $Date: 2003-04-01 15:17:59 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -209,6 +209,7 @@ Sequence< Reference< XMeaning > > SAL_CALL else { OUString aChkWord( rTerm ); + aChkWord = aChkWord.replace( SVT_HARD_SPACE, ' ' ); RemoveHyphens( aChkWord ); if (IsIgnoreControlChars( rProperties, GetPropSet() )) RemoveControlChars( aChkWord ); |