]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTOC.h
New DocBook support
[lyx.git] / src / insets / InsetTOC.h
index 00f6c7688bad4e52646faf1ebfc5e8532a97a292..4b92e329a2ec95f86d91f146f05e0122b0e875e7 100644 (file)
@@ -37,14 +37,14 @@ public:
        ///
        docstring layoutName() const;
        ///
-       DisplayType display() const { return AlignCenter; }
+       RowFlags rowFlags() const { return Display; }
        ///
        virtual void validate(LaTeXFeatures &) const;
        ///
        int plaintext(odocstringstream & ods, OutputParams const & op,
                      size_t max_length = INT_MAX) const;
        ///
-       int docbook(odocstream &, OutputParams const &) const;
+       void docbook(XMLStream &, OutputParams const &) const;
        ///
        docstring xhtml(XMLStream & xs, OutputParams const &) const;
        ///