]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetERT.h
Allow row-breaking after some insets
[lyx.git] / src / insets / InsetERT.h
index 3438a08903db948b478f12149a9bbdc63fbced3c..6ef43760d9f053019dbc0eddab6c36d6bb431359 100644 (file)
@@ -54,7 +54,7 @@ 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?
@@ -71,8 +71,6 @@ private:
        bool allowSpellCheck() const { return false; }
        ///
        bool insetAllowed(InsetCode code) const { return code == QUOTE_CODE; }
-       ///
-       unique_ptr<support::TempFile> tempfile_;
 };