]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetERT.h
Properly fix handling of title layouts within insets (#11787)
[lyx.git] / src / insets / InsetERT.h
index 30938e0ee0a06e06ef933085eeca75d4aafb1ca2..1ee17b3a15ff2fbcac80a40d21cb498cfd404c83 100644 (file)
@@ -54,10 +54,10 @@ private:
        ///
        int docbook(odocstream &, OutputParams const &) const;
        ///
-       docstring xhtml(XHTMLStream &, OutputParams const &) const;
+       docstring xhtml(XMLStream &, OutputParams const &) const;
        ///
        void validate(LaTeXFeatures &) const {}
-       /// should paragraph indendation be omitted in any case?
+       /// should paragraph indentation be omitted in any case?
        bool neverIndent() const { return true; }
        ///
        void doDispatch(Cursor & cur, FuncRequest & cmd);