https://bugs.documentfoundation.org/show_bug.cgi?id=103358

Olivier R. <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Olivier R. <[email protected]> ---
When you use the first method, you call the library Hunspell which offers the
method .isValid().

But custom dictionaries are NOT related to Hunspell. This is a different
service.

I've never heard of the second method. It doesn’t look like an official API
method. It seems that you call a higher service which tries to test word with
Hunspell service and custom dictionaries.

To test a word in custom dictionary, it’s probably better to use the official
API:

Interface XDictionary:
http://www.openoffice.org/api/docs/common/ref/com/sun/star/linguistic2/module-ix.html
http://www.openoffice.org/api/docs/common/ref/com/sun/star/linguistic2/XDictionary.html

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to