]> git.lyx.org Git - lyx.git/blobdiff - src/lyxlayout.h
* remove various xforms relicts, in particular:
[lyx.git] / src / lyxlayout.h
index 25d07d90a8fa5dbb87dfba3c49056266bb7e526c..88907d7aa0a13995b9ceb6a7ecf51104215a1765 100644 (file)
@@ -29,7 +29,7 @@ public:
        ///
        LyXLayout();
        ///
-       bool Read(LyXLex &, LyXTextClass const &);
+       bool read(LyXLex &, LyXTextClass const &);
        ///
        void readAlign(LyXLex &);
        ///
@@ -149,6 +149,8 @@ public:
        bool is_environment;
        /// show this in toc
        int toclevel;
+       /// special value of toclevel for non-section layouts
+       static const int NOT_IN_TOC;
        /// for new environment insets
        std::string latexheader;
        /// for new environment insets