]> git.lyx.org Git - lyx.git/blobdiff - src/FontList.h
Revert "Fix bug with wrong baseline calculation in last paragraph"
[lyx.git] / src / FontList.h
index 388a04ee21c33c58382e463dff947ae0fd76d6e5..fed99fe8fc08d34c14ae29bbb565312d68fc79f1 100644 (file)
@@ -92,7 +92,7 @@ public:
        ///
        const_iterator fontIterator(pos_type pos) const;
        ///
-       Font & get(pos_type pos);
+       Font const & get(pos_type pos);
        ///
        void set(pos_type pos, Font const & font);
        ///
@@ -105,12 +105,6 @@ 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,