]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetPhantom.h
New DocBook support
[lyx.git] / src / insets / InsetPhantom.h
index 46e8576678f5a1567ccefde72fcf441ecafeda21..89ccfb3d765ea6d2c9d6183d331770533d36368a 100644 (file)
@@ -79,9 +79,9 @@ private:
        int plaintext(odocstringstream & ods, OutputParams const & op,
                      size_t max_length = INT_MAX) const;
        ///
-       int docbook(odocstream &, OutputParams const &) const;
-       /// Makes no sense fof XHTML.
-       docstring xhtml(XHTMLStream &, OutputParams const &) const;
+       void docbook(XMLStream &, OutputParams const &) const;
+       /// Makes no sense for XHTML.
+       docstring xhtml(XMLStream &, OutputParams const &) const;
        ///
        bool getStatus(Cursor &, FuncRequest const &, FuncStatus &) const;
        ///