]> git.lyx.org Git - lyx.git/blobdiff - src/TexRow.h
#7299 correct Buffer::saveCheckSum() method for new created files
[lyx.git] / src / TexRow.h
index d3aa500c0434465dd5ee43fe679f8598513b8b36..55c9c25ff23c12297bf118d7e85db64ce0c584ff 100644 (file)
@@ -5,7 +5,7 @@
  * Licence details can be found in the file COPYING.
  *
  * \author Matthias Ettrich
- * \author Lars Gullik Bjønnes
+ * \author Lars Gullik Bjønnes
  * \author John Levon
  *
  * Full author contact details are available in file CREDITS.
@@ -21,7 +21,7 @@ namespace lyx {
 
 
 /// Represents the correspondence between paragraphs and the generated
-//LaTeX file
+//LaTeX file
 
 class TexRow {
 public:
@@ -37,6 +37,9 @@ public:
        /// Insert node when line is completed
        void newline();
 
+       /// Insert multiple nodes when zero or more lines are completed
+       void newlines(int num_lines);
+
        /**
         * getIdFromRow - find pid and position for a given row
         * @param row row number to find