]> 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 b03e416de822f58fcba7cf8a9dc1203f0b5e34c8..8fb95b33d8a7c5a446e8e791a49acf01c3d5b739 100644 (file)
@@ -146,7 +146,9 @@ 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(XMLStream &, OutputParams const &) const;