]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph_funcs.h
"Inter-word Space"
[lyx.git] / src / paragraph_funcs.h
index 4c78eceb5e8c124469d45855241005a48b47e1d3..80043153131ae456e3850ae4db4baca8b742511d 100644 (file)
 #define PARAGRAPH_FUNCS_H
 
 #include "ParagraphList.h"
-#include "paragraph.h"
 #include "support/types.h"
 
 class Buffer;
 class BufferParams;
 class TexRow;
+class LatexRunParams;
 class LyXLex;
 
 ///
@@ -65,8 +65,8 @@ void latexParagraphs(Buffer const * buf,
                     ParagraphList const & paragraphs,
                     std::ostream & ofs,
                     TexRow & texrow,
-                    bool moving_arg,
-         string const & everypar = string());
+                    LatexRunParams const &,
+                    string const & everypar = string());
 
 /// read a paragraph from a .lyx file. Returns number of unrecognised tokens
 int readParagraph(Buffer & buf, Paragraph & par, LyXLex & lex);