]> git.lyx.org Git - lyx.git/blobdiff - src/FontList.h
prepare Qt 5.6 builds
[lyx.git] / src / FontList.h
index 388a04ee21c33c58382e463dff947ae0fd76d6e5..9dfd5274269f1f6036d20f8b6c4ba588cef36b6e 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,
@@ -118,12 +112,6 @@ public:
                FontSize def_size
                ) const;
 
-       /// is there a font change in middle of the word?
-       bool hasChangeInRange(
-               pos_type pos, ///< position in the paragraph.
-               int len ///< length of the range to check.
-               ) const;
-
        ///
        void validate(LaTeXFeatures & features) const;