]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph_funcs.h
More 'standard conformant blurb' nonsense.
[lyx.git] / src / paragraph_funcs.h
index 4c78eceb5e8c124469d45855241005a48b47e1d3..cc8722eb446d3dcf303167d96fb99d358064c99f 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,15 +65,12 @@ 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);
 
-LyXFont const realizeFont(LyXFont const & font,
-                         BufferParams const & params);
-
 LyXFont const outerFont(ParagraphList::iterator pit,
                        ParagraphList const & plist);