]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph.h
the spellcheck cleanup
[lyx.git] / src / paragraph.h
index c616edbac61579546d04970932174e76384d83e3..d0338cd4c45656e29003c0cbbb8e7efeaa400735 100644 (file)
@@ -92,7 +92,7 @@ public:
        std::string const Paragraph::asString(Buffer const & buffer,
                                              lyx::pos_type beg,
                                              lyx::pos_type end,
-                                             bool label) const;        
+                                             bool label) const;
        ///
        std::string const asString(Buffer const &,
                                   LatexRunParams const & runparams,
@@ -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));