]> git.lyx.org Git - lyx.git/blobdiff - src/DocIterator.h
Routines to retrieve HTML style information.
[lyx.git] / src / DocIterator.h
index 737cbd3b13b2b8a80578b131770f2fbe48024bbe..14baf2566fd38e8da45a48f36e3ebe054417cb22 100644 (file)
@@ -355,6 +355,9 @@ private:
        std::vector<CursorSlice> data_;
 };
 
+/// Indicate if the character pointed by dit is a letter.
+/// This function takes care of spellchecker escape chars.
+bool isLetter(DocIterator const & dit);
 
 } // namespace lyx