X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FBufferParams.h;h=743467a9a6931a527bfd081321aa2d5c4fb16478;hb=d45ca67d1d3e2d4fdc344cd2a1517725bc91723a;hp=fbc5a7b92515ad63ba17637de7d8a4f76ca4c6d2;hpb=163d827729b90f1d4c4155109bd71b8bd86b9055;p=lyx.git diff --git a/src/BufferParams.h b/src/BufferParams.h index fbc5a7b925..743467a9a6 100644 --- a/src/BufferParams.h +++ b/src/BufferParams.h @@ -236,6 +236,8 @@ public: std::string local_layout; /// std::string options; + /// use the class options defined in the layout? + bool use_default_options; /// std::string master; /// @@ -304,8 +306,6 @@ public: }; /// std::string paperSizeName(PapersizePurpose purpose) const; - /// set up if and how babel is called - std::string babelCall(std::string const & lang_opts) const; /// handle inputenc etc. void writeEncodingPreamble(odocstream & os, LaTeXFeatures & features, TexRow & texrow) const;