]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetNote.cpp
Properly fix handling of title layouts within insets (#11787)
[lyx.git] / src / insets / InsetNote.cpp
index 9f4c5ed1d0349b130c81a6bf214db737b183bd1a..31df791f59a0e237df21bbc194a60b598da16804 100644 (file)
@@ -116,12 +116,6 @@ docstring InsetNote::layoutName() const
 }
 
 
-Inset::DisplayType InsetNote::display() const
-{
-       return Inline;
-}
-
-
 void InsetNote::write(ostream & os) const
 {
        params_.write(os);
@@ -290,7 +284,7 @@ int InsetNote::docbook(odocstream & os, OutputParams const & runparams_in) const
 }
 
 
-docstring InsetNote::xhtml(XHTMLStream & xs, OutputParams const & rp) const
+docstring InsetNote::xhtml(XMLStream & xs, OutputParams const & rp) const
 {
        if (params_.type == InsetNoteParams::Note)
                return docstring();