]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetNote.h
Allow row-breaking after some insets
[lyx.git] / src / insets / InsetNote.h
index 9df1a501a29c75ba12c7ebc3c8f13517f7f4d3c4..c38d5d4eaac14b7bb730b3f9dca3d88154ab24e1 100644 (file)
@@ -61,8 +61,6 @@ private:
        InsetCode lyxCode() const { return NOTE_CODE; }
        ///
        docstring layoutName() const;
-       ///
-       DisplayType display() const;
        /** returns false if, when outputing LaTeX, font changes should
            be closed before generating this inset. This is needed for
            insets that may contain several paragraphs */
@@ -90,7 +88,7 @@ private:
        ///
        int docbook(odocstream &, OutputParams const &) const;
        ///
-       docstring xhtml(XHTMLStream &, OutputParams const &) const;
+       docstring xhtml(XMLStream &, OutputParams const &) const;
        ///
        void validate(LaTeXFeatures &) const;
        ///