]> git.lyx.org Git - lyx.git/blobdiff - src/OutputParams.cpp
Use symbols file to lookup entities for delimiters. Fixes bug #8280.
[lyx.git] / src / OutputParams.cpp
index cf81253ea724a8353ea207b73f9ff3608b81f280..55768aec53076f1a7f3ebe51fe24c9bd0e5fe8d7 100644 (file)
@@ -31,7 +31,7 @@ OutputParams::OutputParams(Encoding const * enc)
          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),
-    for_search(false), includeall(false)
+         for_search(false), for_preview(false), includeall(false)
 {
        // Note: in PreviewLoader::Impl::dumpPreamble
        // OutputParams runparams(0);