X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Foutput_latex.h;h=65a41516e190e129b1829e0e30ca2525efca4726;hb=fba1c434e5166d0bd44fc7b981a141ab94553d5d;hp=1dd96898511e3ea078d715a11db7460d87db3988;hpb=7e51b5f30196fa0679a7c3c32dc75bca91520f32;p=lyx.git diff --git a/src/output_latex.h b/src/output_latex.h index 1dd9689851..65a41516e1 100644 --- a/src/output_latex.h +++ b/src/output_latex.h @@ -24,7 +24,6 @@ namespace lyx { class Buffer; class BufferParams; class Encoding; -class Layout; class Paragraph; class OutputParams; class Text; @@ -82,7 +81,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, @@ -91,7 +90,8 @@ void TeXOnePar(Buffer const & buf, otexstream & os, OutputParams const & runparams, std::string const & everypar = std::string(), - int start_pos = -1, int end_pos = -1); + int start_pos = -1, int end_pos = -1, + bool const force = false); } // namespace lyx