]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph.h
the spellcheck cleanup
[lyx.git] / src / paragraph.h
index 977520372df3b252e417bb3d459caaf8e6dc7b46..d0338cd4c45656e29003c0cbbb8e7efeaa400735 100644 (file)
@@ -271,6 +271,9 @@ public:
                                        lyx::pos_type endpos,
                                        LyXFont_size def_size) const;
        ///
+       void insert(lyx::pos_type pos, std::string const & str,
+                   LyXFont const & font);
+       ///
        void insertChar(lyx::pos_type pos, value_type c);
        ///
        void insertChar(lyx::pos_type pos, value_type c, LyXFont const &, Change change = Change(Change::INSERTED));