X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FTexRow.h;h=55c9c25ff23c12297bf118d7e85db64ce0c584ff;hb=0b17cb113523fb23c43064709e9b6606fe80914c;hp=804fbb1cf54154f4e73f8fe285f0e2be6e830c39;hpb=2ace7ba9e689a8f1e5fbbcf1f116a900c6cad01e;p=lyx.git diff --git a/src/TexRow.h b/src/TexRow.h index 804fbb1cf5..55c9c25ff2 100644 --- a/src/TexRow.h +++ b/src/TexRow.h @@ -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. @@ -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