Opened 3 years ago
Last modified 3 years ago
#215 new defect
AtD and LanguageTool won't work together in OpenOffice.org
| Reported by: | dnaber | Owned by: | rsmudge |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | AtD OpenOffice.org | Keywords: | |
| Cc: | marcin.milkowski@… |
Description
The menu items get messed up when both AtD and LanguageTool? are installed: you can see the "Reset ignored rules" item but it now has a sub menu from LanguageTool?. This might be a problem with the menu item merging in menu.xcu. I quick guess was using oor:op="fuse" instead of oor:op="replace" for both AtD and LT but that didn't help.
Note: See
TracTickets for help on using
tickets.

Marcin explains: "it won't work by design: the API of OOo does not allow multiple grammar checkers for a language, so for English, you would get a randomly chosen checker if you install both LT and AtD".