]> git.lyx.org Git - lyx.git/blobdiff - src/buffer.h
Minor code shuffle.
[lyx.git] / src / buffer.h
index 47d94282eaa51b0f2ac6bb9f3399e8c224f5ea3f..dedb17f273e22aae87cb9c14ff921af56a322edf 100644 (file)
@@ -124,6 +124,12 @@ public:
                                        string const & token, int & pos,
                                        Paragraph::depth_type & depth, 
                                        LyXFont &);
+       ///
+       void insertErtContents(Paragraph * par, int & pos,
+                              LyXFont const & font,
+                              bool set_inactive = true);
+       ///
+       Paragraph * getParFromID(int id) const;
 private:
        /// Parse a single inset.
        void readInset(LyXLex &, Paragraph *& par, int & pos, LyXFont &);