]> git.lyx.org Git - lyx.git/blobdiff - src/AspellChecker.cpp
test-insets-basic.tex: remove (in my opinion) wrong parser test
[lyx.git] / src / AspellChecker.cpp
index ad4ca976e89311f636dff4eb754afee0af40571c..06da1f81495af0d276704b2c4f15247c1a45b179 100644 (file)
@@ -357,6 +357,8 @@ SpellChecker::Result AspellChecker::Private::check(
 {
        SpellChecker::Result result = WORD_OK;
        docstring w1;
+       LYXERR(Debug::GUI, "spellCheck: \"" <<
+                  word.word() << "\", lang = " << word.lang()->lang()) ;
        docstring rest = split(word.word(), w1, '-');
        for (; result == WORD_OK;) {
                string const word_str = toAspellWord(w1);