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

--- Comment #9 from Julien Nabet <serval2...@yahoo.fr> ---
Band-aid fix:
In instdir/share/extensions/dict-pt-BR/Lightproof.py add this line before the
return on line 153:
import lightproof_impl_pt_BR
So you've got:
    151     # XServiceDisplayName
    152     def getServiceDisplayName(self, aLocale):
    153         import lightproof_impl_pt_BR
    154         return lightproof_impl_pt_BR.name

Again, it's just a band-aid, I don't think it's the right fix.

The pb is Writing aids lists "language modules" which include
"Lightproof grammar checker (Portuguese Brazilian)"
So if the module isn't imported at this moment, "lightproof_impl_pt_BR" var is
unknown from Python and so it crashes.

Of course, with the band-aid, a delay appears when clicking on "Writing aids"
since it loads some info.

-- 
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