]> git.lyx.org Git - lyx.git/blobdiff - src/OutputParams.cpp
Fixup e1be71da5: avoid duplication of layout
[lyx.git] / src / OutputParams.cpp
index 0409634be3b895a6e37c618c0b910d10ee8f7151..a7e0fd5601a6ffb473788bf256c2e2b1a004b572 100644 (file)
@@ -33,7 +33,9 @@ OutputParams::OutputParams(Encoding const * enc)
          par_begin(0), par_end(0), lastid(-1), lastpos(0), isLastPar(false),
          dryrun(false), silent(false), pass_thru(false),
          html_disable_captions(false), html_in_par(false),
-         html_make_pars(true), for_toc(false), for_tooltip(false),
+         html_make_pars(true), docbook_in_par(false), docbook_make_pars(true),
+         docbook_force_pars(false), docbook_anchors_to_ignore(std::set<docstring>()), docbook_in_float(false),
+         docbook_in_listing(false), docbook_in_table(false), for_toc(false), for_tooltip(false),
          for_search(false), for_preview(false), includeall(false)
 {
        // Note: in PreviewLoader::Impl::dumpPreamble