diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-04-16 15:05:55 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-04-18 09:32:39 +0100 |
commit | 072b32442e3f6f220936a93ad1fcbde57746b747 (patch) | |
tree | e8ee5a3c85456bca8a2995707b377c611764d586 /lingucomponent | |
parent | 0ef6945b494ee86ed601fb9b09613cb4825040b1 (diff) |
try next hunspell 1.4.0 prerelease milestone
try using reverse iterators here then
and remove dictmgr which we don't seem to use or need
Change-Id: I981fccc4ca7562d5ab707dc2f605e409169dec07
Diffstat (limited to 'lingucomponent')
-rw-r--r-- | lingucomponent/source/spellcheck/spell/sspellimp.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lingucomponent/source/spellcheck/spell/sspellimp.cxx b/lingucomponent/source/spellcheck/spell/sspellimp.cxx index 6979a33e4b04..a9a15757d50f 100644 --- a/lingucomponent/source/spellcheck/spell/sspellimp.cxx +++ b/lingucomponent/source/spellcheck/spell/sspellimp.cxx @@ -31,7 +31,6 @@ #include <lingutil.hxx> #include <hunspell.hxx> -#include <dictmgr.hxx> #include <sspellimp.hxx> #include <linguistic/lngprops.hxx> |