]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetExternal.h
Disable XHTML output for InsetExternal---for the time being.
[lyx.git] / src / insets / InsetExternal.h
index c41adea0afba4ef86f857b847f1fc0ad61453473..5f9d9b7da712cc903979c44dde9bc4b91c2f2a30 100644 (file)
@@ -133,6 +133,9 @@ private:
        int plaintext(odocstream &, OutputParams const &) const;
        ///
        int docbook(odocstream &, OutputParams const &) const;
+       /// For now, this does nothing. Someone who knows about this
+       /// should see what needs doing for XHTML output.
+       docstring xhtml(odocstream &, OutputParams const &) const;
        /// Update needed features for this inset.
        void validate(LaTeXFeatures & features) const;
        ///