]> git.lyx.org Git - lyx.git/blobdiff - src/BufferParams.h
** fix bug 2114. Fileformat change.
[lyx.git] / src / BufferParams.h
index fbc5a7b92515ad63ba17637de7d8a4f76ca4c6d2..743467a9a6931a527bfd081321aa2d5c4fb16478 100644 (file)
@@ -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;