]> git.lyx.org Git - lyx.git/blobdiff - src/Layout.h
inset-split: consider that freeSpacing() doesn't DEPM
[lyx.git] / src / Layout.h
index 3ea50491f2465a217fb9c98b18ade4bb6df6630e..dfb5afebda3f2d3ad5abacfccbcba3fe0e9db062 100644 (file)
@@ -115,6 +115,7 @@ public:
                docstring docbooktag;
                docstring docbooktagtype;
                docstring docbookattr;
+               bool docbookargumentbeforemaintag = false;
        };
        ///
        typedef std::map<std::string, latexarg> LaTeXArgMap;
@@ -267,13 +268,13 @@ public:
        bool labelIsInline() const {
                return labeltype == LABEL_STATIC
                        || labeltype == LABEL_SENSITIVE
-                 || labeltype == LABEL_ENUMERATE
+                       || labeltype == LABEL_ENUMERATE
                        || labeltype == LABEL_ITEMIZE;
        }
        bool labelIsAbove() const {
                return labeltype == LABEL_ABOVE
                        || labeltype == LABEL_CENTERED
-                 || labeltype == LABEL_BIBLIO;
+                       || labeltype == LABEL_BIBLIO;
        }
        ///
        bool addToToc() const { return add_to_toc_; }
@@ -392,8 +393,8 @@ public:
        docstring counter;
        /// Resume counter?
        bool resumecounter;
-       /// Step master counter?
-       bool stepmastercounter;
+       /// Step parent counter?
+       bool stepparentcounter;
        /// Prefix to use when creating labels
        docstring refprefix;
        /// Depth of XML command