]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetNote.h
Improve handling of top and bottom margin
[lyx.git] / src / insets / InsetNote.h
index 9df1a501a29c75ba12c7ebc3c8f13517f7f4d3c4..f76ce21ed64e1fb0546ccf9bcb0d7b6f6d840e9c 100644 (file)
@@ -61,9 +61,7 @@ private:
        InsetCode lyxCode() const { return NOTE_CODE; }
        ///
        docstring layoutName() const;
-       ///
-       DisplayType display() const;
-       /** returns false if, when outputing LaTeX, font changes should
+       /** returns false if, when outputting LaTeX, font changes should
            be closed before generating this inset. This is needed for
            insets that may contain several paragraphs */
        bool inheritFont() const { return params_.type == InsetNoteParams::Note; }
@@ -88,9 +86,9 @@ private:
        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(XHTMLStream &, OutputParams const &) const;
+       docstring xhtml(XMLStream &, OutputParams const &) const;
        ///
        void validate(LaTeXFeatures &) const;
        ///