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
This commit is contained in:
parent
c937157602
commit
29f8d92dc2
1 changed files with 3 additions and 2 deletions
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue