]> git.lyx.org Git - lyx.git/blobdiff - src/FontList.h
Pure HTML output for math macros.
[lyx.git] / src / FontList.h
index d6733f9de596f593811159caf09a0f625edb8067..388a04ee21c33c58382e463dff947ae0fd76d6e5 100644 (file)
@@ -84,7 +84,7 @@ public:
        ///
        bool empty() const { return list_.empty(); }
        ///
-       void clear() { return list_.clear(); }
+       void clear() { list_.clear(); }
        ///
        void erase(pos_type pos);
        ///
@@ -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,