]> git.lyx.org Git - lyx.git/blobdiff - src/lyxlayout.h
More 'standard conformant blurb' nonsense.
[lyx.git] / src / lyxlayout.h
index 079b79a85374fda99ad08ad6d449557fd9db3492..dae78e576b012abdfbb9e768dee918348af4dc23 100644 (file)
@@ -119,7 +119,7 @@ public:
        ///
        LyXAlignment alignpossible;
        ///
-       char labeltype; // add approp. type
+       LYX_LABEL_TYPES labeltype;
        ///
        LYX_END_LABEL_TYPES endlabeltype;
        ///
@@ -136,10 +136,14 @@ public:
        bool free_spacing;
        ///
        bool pass_thru;
+       ///
+       bool is_environment;
        /// for new environment insets
        string latexheader;
        /// for new environment insets
        string latexfooter;
+       /// for new environment insets
+       string latexparagraph;
 
        /** true when the fragile commands in the paragraph need to be
            \protect'ed. */