]> git.lyx.org Git - lyx.git/blobdiff - src/OutputParams.cpp
* de/UserGuide: some translation work.
[lyx.git] / src / OutputParams.cpp
index 0df7198f8757977e8af121284f028b5c22bcbad9..3ef6c7ace851d416c80a927efde680206080e682 100644 (file)
@@ -20,8 +20,7 @@ namespace lyx {
 
 OutputParams::OutputParams(Encoding const * enc)
        : flavor(LATEX), math_flavor(NotApplicable), nice(false), moving_arg(false), 
-         inulemcmd(false), inTitle(false), didTitle(false). local_font(0),
-         master_language(0), encoding(enc),
+         inulemcmd(false), local_font(0), master_language(0), encoding(enc),
          free_spacing(false), use_babel(false), use_polyglossia(false),
          use_indices(false), use_japanese(false), linelen(0), depth(0),
          exportdata(new ExportData),