]> git.lyx.org Git - lyx.git/blobdiff - src/Layout.h
Actually do the layout update
[lyx.git] / src / Layout.h
index 0588bc17a7355f731a0c8e17bd2fd97b8b95e49b..dd64bce75987879b9688d9efeabc9bad7f91f961 100644 (file)
@@ -193,6 +193,8 @@ public:
        ///
        std::string const & htmllabelattr() const;
        ///
+       bool htmlintoc() const { return htmlintoc_; }
+       ///
        std::string defaultCSSClass() const;
        ///
        bool htmllabelfirst() const { return htmllabelfirst_; }
@@ -516,6 +518,8 @@ private:
        ///    <item><label>...</label>...</item>
        /// The latter is the default.
        bool htmllabelfirst_;
+       /// Is this to be output with the toc?
+       bool htmlintoc_;
        /// CSS information needed by this layout.
        docstring htmlstyle_;
        /// DocBook tag corresponding to this layout.