]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetERT.h
New DocBook support
[lyx.git] / src / insets / InsetERT.h
index 3438a08903db948b478f12149a9bbdc63fbced3c..b24c93d628e16ae8a40c34a24e73364de049cf61 100644 (file)
@@ -52,12 +52,12 @@ private:
        int plaintext(odocstringstream & ods, OutputParams const & op,
                      size_t max_length = INT_MAX) const;
        ///
-       int docbook(odocstream &, OutputParams const &) const;
+       void docbook(XMLStream &, 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_;
 };