2 * \file OutputParams.cpp
3 * This file is part of LyX, the document processor.
4 * Licence details can be found in the file COPYING.
6 * \author Angus Leeming
8 * Full author contact details are available in file CREDITS.
13 #include "OutputParams.h"
20 OutputParams::OutputParams(Encoding
const * enc
)
21 : flavor(LATEX
), nice(false), moving_arg(false),
22 local_font(0), encoding(enc
), free_spacing(false), use_babel(false),
24 exportdata(new ExportData
),
26 inDeletedInset(0), changeOfDeletedInset(Change::UNCHANGED
),
27 par_begin(0), par_end(0),
32 OutputParams::~OutputParams()