]> git.lyx.org Git - lyx.git/blobdiff - src/Layout.h
Thanks, Abdel.
[lyx.git] / src / Layout.h
index 7da73aa5537d7a9146e5f2547c356fa9c5359e21..f1e9b978551d326fc3635d858ad050daf5e42097 100644 (file)
@@ -194,14 +194,6 @@ public:
        bool free_spacing;
        ///
        bool pass_thru;
-       /**
-        * Whether this layout was declared with "Environment xxx" as opposed
-        * to "Style xxx". This is part of some unfinished generic environment
-        * handling (see also InsetEnvironment) started by Andre. No layout
-        * that is shipped with LyX has this flag set.
-        * Don't confuse this with isEnvironment()!
-        */
-       bool is_environment;
        /// show this in toc
        int toclevel;
        /// special value of toclevel for non-section layouts
@@ -234,10 +226,12 @@ public:
        /// until it has proper support for the caption inset (JMarc)
        static Layout * forCaption();
 
-private:
        /// Name of the layout/paragraph environment
        docstring name_;
+       /// LaTeX name for environment
+       std::string latexname_;
 
+private:
        /** Name of an layout that has replaced this layout.
            This is used to rename a layout, while keeping backward
            compatibility
@@ -250,8 +244,6 @@ private:
         */
        docstring depends_on_;
 
-       /// LaTeX name for environment
-       std::string latexname_;
        /// Label string. "Abstract", "Reference", "Caption"...
        docstring labelstring_;
        ///