]> git.lyx.org Git - lyx.git/blobdiff - src/OutputParams.cpp
Add the emf and wmf graphics format as parameters to LFUN_PASTE.
[lyx.git] / src / OutputParams.cpp
index 45b57a65fe9435f6e661ece261092cac3f0e0999..564232b4baa638adfa1d66ebbb3bd51765e76fef 100644 (file)
@@ -21,11 +21,11 @@ namespace lyx {
 OutputParams::OutputParams(Encoding const * enc)
        : flavor(LATEX), nice(false), moving_arg(false),
          local_font(0), encoding(enc), free_spacing(false), use_babel(false),
-         use_japanese(false), linelen(0), depth(0),
+         use_indices(false), use_japanese(false), linelen(0), depth(0),
          exportdata(new ExportData),
-         inComment(false), inTableCell(NO),
+         inComment(false), inTableCell(NO), inFloat(NONFLOAT),
          inDeletedInset(0), changeOfDeletedInset(Change::UNCHANGED),
-         par_begin(0), par_end(0),
+         par_begin(0), par_end(0), isLastPar(false),
          dryrun(false), verbatim(false)
 {
        // Note: in PreviewLoader::Impl::dumpPreamble