X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFontList.h;h=388a04ee21c33c58382e463dff947ae0fd76d6e5;hb=b8550d11e836e857967a31250e6ca248b2d43f82;hp=61ab2205f244d3d78f122ff7cf13d1d4e560dc6e;hpb=ca0fd16ef7c7e55c442af3a2d599956a99ae30c4;p=lyx.git diff --git a/src/FontList.h b/src/FontList.h index 61ab2205f2..388a04ee21 100644 --- a/src/FontList.h +++ b/src/FontList.h @@ -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,