From ab9d852f4f56cea51a0bcb785ecf8cbdcb3f8f19 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Thu, 13 Sep 2012 12:04:38 +0200 Subject: [PATCH] aspell: use isSpellingCandidate() instead of local brew --- src/aspell/rclaspell.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/aspell/rclaspell.cpp b/src/aspell/rclaspell.cpp index 63937ef8..4381bf04 100644 --- a/src/aspell/rclaspell.cpp +++ b/src/aspell/rclaspell.cpp @@ -258,11 +258,6 @@ public: {} void newData() { while (m_db.termWalkNext(m_tit, *m_input)) { - // Prefixed terms are also somewhere else without the suffix, - // skip them - if (m_input->empty() || - ('A' <= m_input->at(0) && m_input->at(0) <= 'Z')) - continue; if (!Rcl::Db::isSpellingCandidate(*m_input)) continue; // Got a non-empty sort-of appropriate term, let's send it to