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

Julien Nabet <serval2...@yahoo.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW

--- Comment #2 from Julien Nabet <serval2...@yahoo.fr> ---
I downloaded the sources of the extension.
This line in src/main/java/org/languagetool/openoffice/SingleDocument.java may
be buggy:
378     if (!chPara.equals(allParas.get(nParas))) {

Indeed, some lines above, there's some bound checking:
348     if (nParas >= 0 && nParas < allParas.size() &&
chPara.equals(allParas.get(nParas))) {

Let's put this one to NEW then.

I created bugtracker upstream, see
https://github.com/languagetool-org/languagetool/issues/1586

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

Reply via email to