| 351 | } |
| 352 | |
| 353 | void HunspellInterface::reset_spellers() { |
| 354 | // these triggers reload of all hunspells and user dictionaries |
| 355 | m_all_hunspells.clear(); |
| 356 | } |
| 357 | |
| 358 | // drop cache if dictionary was removed |
| 359 | void HunspellInterface::dictionary_removed(const std::wstring &path) { m_all_hunspells.erase(path); } |
no test coverage detected