]> 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 c38d5d4eaac14b7bb730b3f9dca3d88154ab24e1..f76ce21ed64e1fb0546ccf9bcb0d7b6f6d840e9c 100644 (file)
@@ -61,7 +61,7 @@ private:
        InsetCode lyxCode() const { return NOTE_CODE; }
        ///
        docstring layoutName() 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; }
@@ -86,7 +86,7 @@ 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(XMLStream &, OutputParams const &) const;
        ///