]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetListings.h
Improve handling of top and bottom margin
[lyx.git] / src / insets / InsetListings.h
index 4be28f850dd942c108d5e83b021f3e9e7f1927a1..a74569c54464cefc26eeb03449bb26ce789cbcc8 100644 (file)
@@ -46,7 +46,7 @@ private:
        ///
        InsetCode lyxCode() const { return LISTINGS_CODE; }
        /// lstinline is inlined, normal listing is displayed
-       DisplayType display() const;
+       RowFlags rowFlags() const;
        ///
        docstring layoutName() const;
        ///
@@ -56,7 +56,9 @@ private:
        ///
        void latex(otexstream &, OutputParams const &) const;
        ///
-       docstring xhtml(XHTMLStream &, OutputParams const &) const;
+       docstring xhtml(XMLStream &, OutputParams const &) const;
+       ///
+       void docbook(XMLStream &, OutputParams const &) const;
        ///
        void validate(LaTeXFeatures &) const;
        ///