]> git.lyx.org Git - lyx.git/blobdiff - src/spellchecker.C
more changes, read the Changelog
[lyx.git] / src / spellchecker.C
index 623668c5f456237f815ea5ddb93cc0c1ae2aca60..d44a128e905a182d01db7d47d1bc900ec719adc3 100644 (file)
@@ -51,7 +51,7 @@
 #include "debug.h"
 #include "support/lstrings.h"
 
-
+using std::reverse;
 using std::endl;
 
 // Spellchecker status
@@ -662,7 +662,7 @@ bool RunSpellChecker(BufferView * bv)
                          "Check /usr/lib/ispell or set another\n"
                          "dictionary in the Spellchecker Options menu."), "", "");
                fclose(out);
-               return true;
+               return false;
        }
 
        // Put ispell in terse mode to improve speed