The cite engine info is needed by makeDocumentClass().

Fixes both #9797 and #9848.
This commit is contained in:
Richard Heck 2015-11-06 15:51:13 -05:00
parent 89dca6d3a9
commit ba99ea5b88

View File

@ -355,6 +355,8 @@ BufferParams::BufferParams()
: pimpl_(new Impl)
{
setBaseClass(defaultBaseclass());
cite_engine_.push_back("basic");
cite_engine_type_ = ENGINE_TYPE_DEFAULT;
makeDocumentClass();
paragraph_separation = ParagraphIndentSeparation;
quotes_language = InsetQuotes::EnglishQuotes;
@ -364,8 +366,6 @@ BufferParams::BufferParams()
papersize = PAPER_DEFAULT;
orientation = ORIENTATION_PORTRAIT;
use_geometry = false;
cite_engine_.push_back("basic");
cite_engine_type_ = ENGINE_TYPE_DEFAULT;
biblio_style = "plain";
use_bibtopic = false;
use_indices = false;