]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetPhantom.h
New DocBook support
[lyx.git] / src / insets / InsetPhantom.h
index 9d363374a08f97e81b555e679825132ecb696c00..89ccfb3d765ea6d2c9d6183d331770533d36368a 100644 (file)
@@ -79,8 +79,8 @@ 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.
+       void docbook(XMLStream &, OutputParams const &) const;
+       /// Makes no sense for XHTML.
        docstring xhtml(XMLStream &, OutputParams const &) const;
        ///
        bool getStatus(Cursor &, FuncRequest const &, FuncStatus &) const;