]> git.lyx.org Git - lyx.git/blobdiff - src/BufferParams.h
this we don't need anymore
[lyx.git] / src / BufferParams.h
index 3ca3a735e187d33a22b721ed1a6c7f08da5c6e78..55749646c522e4502b6917430c383dbf9f808cae 100644 (file)
@@ -220,6 +220,8 @@ public:
        ///
        std::string preamble;
        ///
+       std::string local_layout;
+       ///
        std::string options;
        ///
        std::string float_placement;
@@ -316,6 +318,8 @@ private:
        ///
        void readPreamble(Lexer &);
        ///
+       void readLocalLayout(Lexer &);
+       ///
        void readLanguage(Lexer &);
        ///
        void readGraphicsDriver(Lexer &);