X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FOutputParams.cpp;h=380e46fef7975677f717c03c175fad395fad9e2b;hb=2098f1d8c20d51e63e670bcdc9da8996068975bf;hp=c1af29f858362e740a0089954b3da64fc903833e;hpb=83a89711b09d409e2f101c4a407ff6f7e6968ef7;p=lyx.git diff --git a/src/OutputParams.cpp b/src/OutputParams.cpp index c1af29f858..380e46fef7 100644 --- a/src/OutputParams.cpp +++ b/src/OutputParams.cpp @@ -20,13 +20,17 @@ namespace lyx { OutputParams::OutputParams(Encoding const * enc) : flavor(LATEX), nice(false), moving_arg(false), inulemcmd(false), - local_font(0), encoding(enc), free_spacing(false), use_babel(false), + local_font(0), master_language(0), encoding(enc), + free_spacing(false), use_babel(false), use_indices(false), use_japanese(false), linelen(0), depth(0), exportdata(new ExportData), inComment(false), inTableCell(NO), inFloat(NONFLOAT), - inDeletedInset(0), changeOfDeletedInset(Change::UNCHANGED), + inIndexEntry(false), inDeletedInset(0), + changeOfDeletedInset(Change::UNCHANGED), par_begin(0), par_end(0), isLastPar(false), - dryrun(false), verbatim(false), disable_captions(false) + dryrun(false), verbatim(false), + html_disable_captions(false), html_in_par(false), + html_make_pars(true) { // Note: in PreviewLoader::Impl::dumpPreamble // OutputParams runparams(0);