]> git.lyx.org Git - lyx.git/blobdiff - src/OutputParams.cpp
Avoid a string copy and a small tweak.
[lyx.git] / src / OutputParams.cpp
index 7966ad712d37eb382ef106acab74677cf76176b8..4e77c70ee3cf11d8e5aeec7c501c292ca33fd265 100644 (file)
@@ -19,11 +19,11 @@ 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), inTableCell(NO),
+         inComment(false), inTableCell(NO), inFloat(NONFLOAT),
          inDeletedInset(0), changeOfDeletedInset(Change::UNCHANGED),
          par_begin(0), par_end(0), isLastPar(false),
          dryrun(false), verbatim(false)