]> git.lyx.org Git - lyx.git/blobdiff - src/insets/Inset.h
Basic output routines for HTML.
[lyx.git] / src / insets / Inset.h
index 25af09fc28e4fa870c93dcf509c2d5d9a8bdbd9b..274cf65f6bb1787ebf4d9a5f31aa03174d502a48 100644 (file)
@@ -295,6 +295,8 @@ public:
        virtual int plaintext(odocstream &, OutputParams const &) const = 0;
        /// docbook output
        virtual int docbook(odocstream & os, OutputParams const &) const;
+       /// LyX HTML output
+       virtual int xhtml(odocstream & os, OutputParams const &) const;
        /// the string that is passed to the TOC
        virtual void tocString(odocstream &) const {}