]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetExternal.h
Improve handling of top and bottom margin
[lyx.git] / src / insets / InsetExternal.h
index eefce3a10d52d8f309a9151831aace0b26ca2eaf..8fb95b33d8a7c5a446e8e791a49acf01c3d5b739 100644 (file)
@@ -146,10 +146,12 @@ public:
        int plaintext(odocstringstream & ods, OutputParams const & op,
                      size_t max_length = INT_MAX) const;
        ///
-       int docbook(odocstream &, OutputParams const &) const;
+       void generateXML(XMLStream &, OutputParams const &, std::string const &) const;
+       ///
+       void docbook(XMLStream &, OutputParams const &) const;
        /// For now, this does nothing. Someone who knows about this
        /// should see what needs doing for XHTML output.
-       docstring xhtml(XHTMLStream &, OutputParams const &) const;
+       docstring xhtml(XMLStream &, OutputParams const &) const;
        /// Update needed features for this inset.
        void validate(LaTeXFeatures & features) const;
        ///