]> git.lyx.org Git - lyx.git/blobdiff - src/OutputParams.cpp
Avoid a string copy and a small tweak.
[lyx.git] / src / OutputParams.cpp
index 2fe1b6c05651f791a9e8a492d585d59d1286ccb1..4e77c70ee3cf11d8e5aeec7c501c292ca33fd265 100644 (file)
@@ -19,13 +19,13 @@ namespace lyx {
 
 
 OutputParams::OutputParams(Encoding const * enc)
-       : flavor(LATEX), nice(false), moving_arg(false),
+       : flavor(LATEX), nice(false), moving_arg(false), inulemcmd(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),
+         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