]> 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 3438a08903db948b478f12149a9bbdc63fbced3c..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);
@@ -71,8 +71,6 @@ private:
        bool allowSpellCheck() const { return false; }
        ///
        bool insetAllowed(InsetCode code) const { return code == QUOTE_CODE; }
-       ///
-       unique_ptr<support::TempFile> tempfile_;
 };