]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph_funcs.h
ws changes only
[lyx.git] / src / paragraph_funcs.h
index 7a7c763f0dbc0f640b6ff3751388ed9b65720815..a67354d5a95ed68cb1c3c7ea6fb809c109456067 100644 (file)
 #ifndef PARAGRAPH_FUNCS_H
 #define PARAGRAPH_FUNCS_H
 
-#include "ParagraphList.h"
+#include "ParagraphList_fwd.h"
 #include "support/types.h"
 
+#include <string>
+
+
 class Buffer;
 class BufferParams;
 class TexRow;
 class LatexRunParams;
+class LyXFont;
 class LyXLex;
 class InsetOld;
 
@@ -47,7 +51,7 @@ void mergeParagraph(BufferParams const & bparams,
 /// for the environments
 ParagraphList::iterator depthHook(ParagraphList::iterator pit,
                                  ParagraphList const & plist,
-                                 Paragraph::depth_type depth);
+                                 lyx::depth_type depth);
 
 ParagraphList::iterator outerHook(ParagraphList::iterator pit,
                                  ParagraphList const & plist);
@@ -67,7 +71,7 @@ void latexParagraphs(Buffer const & buf,
                     std::ostream & ofs,
                     TexRow & texrow,
                     LatexRunParams const &,
-                    string const & everypar = string());
+                    std::string const & everypar = std::string());
 
 /// read a paragraph from a .lyx file. Returns number of unrecognised tokens
 int readParagraph(Buffer & buf, Paragraph & par, LyXLex & lex);