]> git.lyx.org Git - lyx.git/blobdiff - src/Text.cpp
typo
[lyx.git] / src / Text.cpp
index f392cee9209a0211a6ed29b338591892277c120e..702bcdf78041f26e8cbfabf1de7421e806c1c7b7 100644 (file)
@@ -519,6 +519,9 @@ void Text::readParagraph(Paragraph & par, Lexer & lex,
 
        // Initialize begin_of_body_ on load; redoParagraph maintains
        par.setBeginOfBody();
+       
+       // mark paragraph for spell checking on load
+       // par.requestSpellCheck();
 }