cws dict33a: #i114774 thesaurus patch applied
This commit is contained in:
parent
f8950c9ad7
commit
7f245231f6
1 changed files with 3 additions and 0 deletions
|
@ -375,6 +375,9 @@ sal_Bool SAL_CALL
|
||||||
return TRUE;
|
return TRUE;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// return FALSE to process SPELLML requests (they are longer than the header)
|
||||||
|
if (rWord.match(A2OU(SPELLML_HEADER), 0) && (rWord.getLength() > 10)) return FALSE;
|
||||||
|
|
||||||
// Get property values to be used.
|
// Get property values to be used.
|
||||||
// These are be the default values set in the SN_LINGU_PROPERTIES
|
// These are be the default values set in the SN_LINGU_PROPERTIES
|
||||||
// PropertySet which are overridden by the supplied ones from the
|
// PropertySet which are overridden by the supplied ones from the
|
||||||
|
|
Loading…
Reference in a new issue