]> git.lyx.org Git - lyx.git/blobdiff - src/FontList.h
don't forget to pack numpunct_lyx_char_type.h
[lyx.git] / src / FontList.h
index 61ab2205f244d3d78f122ff7cf13d1d4e560dc6e..388a04ee21c33c58382e463dff947ae0fd76d6e5 100644 (file)
@@ -105,6 +105,12 @@ public:
        ///
        void decreasePosAfterPos(pos_type pos);
 
+       ///
+       void setMisspelled(
+               pos_type startpos,
+               pos_type endpos,
+               bool misspelled);
+
        /// Returns the height of the highest font in range
        FontSize highestInRange(
                pos_type startpos,