Kaydet (Commit) 620c662f authored tarafından obo's avatar obo

CWS-TOOLING: integrate CWS dict33a

......@@ -375,6 +375,9 @@ sal_Bool SAL_CALL
return TRUE;
#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.
// These are be the default values set in the SN_LINGU_PROPERTIES
// PropertySet which are overridden by the supplied ones from the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment