]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTabular.h
Output a parbreak after a command.
[lyx.git] / src / insets / InsetTabular.h
index 178060e86aba47d8a8c7d2c4f408913d453c80a7..4b1cf83673867472b95ed41c1e88d76ed4a8aeb3 100644 (file)
@@ -57,7 +57,7 @@ public:
        ///
        InsetCode lyxCode() const { return CELL_CODE; }
        ///
-       Inset * clone() { return new InsetTableCell(*this); }
+       Inset * clone() const { return new InsetTableCell(*this); }
        ///
        bool getStatus(Cursor & cur, FuncRequest const & cmd,
                FuncStatus & status) const;
@@ -70,6 +70,8 @@ public:
        docstring asString(bool intoInsets = true);
        ///
        docstring xhtml(XHTMLStream &, OutputParams const &) const;
+       ///
+       void addToToc(DocIterator const & di, bool output_active) const;
 private:
        /// unimplemented
        InsetTableCell();