]> git.lyx.org Git - lyx.git/blobdiff - src/outputparams.C
* src/tabular.[Ch]: simplify plaintext methods, because there
[lyx.git] / src / outputparams.C
index 817f6d95919763f2543912219d845f580ebb0040..7783a4860a7835422d65fab4c6696cf686abfd40 100644 (file)
 #include "exporter.h"
 
 
+namespace lyx {
+
+
 OutputParams::OutputParams()
        : flavor(LATEX), nice(false), moving_arg(false),
          local_font(0), free_spacing(false), use_babel(false),
          linelen(0), depth(0),
-         exportdata(new ExportData)
+         exportdata(new ExportData),
+         inComment(false),
+         par_begin(0), par_end(0),
+         dryrun(false)
 {}
 
 
 OutputParams::~OutputParams()
 {}
+
+
+} // namespace lyx