X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Foutput_latex.h;h=af40a86489ebc0843768e0406e8bea8e482daf85;hb=d9082639080b9de993742bd352f92e5183058cf5;hp=cf37173604b2b03bd4daa4447fd774f16532ba72;hpb=a2f886d52617815e8c80f12ef66198307d3432d6;p=lyx.git diff --git a/src/output_latex.h b/src/output_latex.h index cf37173604..af40a86489 100644 --- a/src/output_latex.h +++ b/src/output_latex.h @@ -14,7 +14,6 @@ #include -#include "support/docstream.h" #include "Layout.h" #include "ParagraphList.h" @@ -24,7 +23,6 @@ namespace lyx { class Buffer; class BufferParams; class Encoding; -class Layout; class Paragraph; class OutputParams; class Text; @@ -82,7 +80,7 @@ void latexParagraphs(Buffer const & buf, std::pair switchEncoding(odocstream & os, BufferParams const & bparams, OutputParams const &, Encoding const & newEnc, - bool force = false); + bool force = false, bool noswitchmacro = false); /// FIXME: this should not be visible. void TeXOnePar(Buffer const & buf,