]> 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 2b6de4e0f825563573c708a609fbad19cbe0652a..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;
        ///
@@ -58,6 +58,8 @@ private:
        ///
        docstring xhtml(XMLStream &, OutputParams const &) const;
        ///
+       void docbook(XMLStream &, OutputParams const &) const;
+       ///
        void validate(LaTeXFeatures &) const;
        ///
        bool showInsetDialog(BufferView *) const;