https://bugs.documentfoundation.org/show_bug.cgi?id=103358
--- Comment #1 from [email protected] ---
I found a working example in this thread,
https://forum.openoffice.org/en/forum/viewtopic.php?f=20&t=1222#p75401
but the code is different,
oLinguSvcMgr = createUnoService("com.sun.star.linguistic2.LinguServiceManager")
oSpellChk = oLinguSvcMgr.getSpellChecker()
oSpellChk.com_sun_star_linguistic2_XSpellChecker_isValid(...)
which looking at the method name appears to be a hack when compared to
vSpeller = createUnoService("com.sun.star.linguistic2.SpellChecker")
vSpeller.isValid(...)
so which is correct?
--
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