X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathColor.h;h=829c4654f4b1db755395cebe7d47561a68cc5bfd;hb=5fdc577badb1cb133d6a0dc7d831bb1f82576adb;hp=848a46fc7c53bdca9626699b191d5a091a2245bf;hpb=ff4460603e3888948b46f0ab5bfa69a862d538ad;p=lyx.git diff --git a/src/mathed/InsetMathColor.h b/src/mathed/InsetMathColor.h index 848a46fc7c..829c4654f4 100644 --- a/src/mathed/InsetMathColor.h +++ b/src/mathed/InsetMathColor.h @@ -14,7 +14,6 @@ #include "InsetMathNest.h" -#include "support/docstream.h" namespace lyx { @@ -37,6 +36,11 @@ public: void validate(LaTeXFeatures & features) const; /// void write(WriteStream & os) const; + /// FIXME XHTML For now, we do nothing with color. + void mathmlize(MathStream &) const {} + /// FIXME XHTML For now, we do nothing with color. + void htmlize(HtmlStream &) const {} + /// /// write normalized content void normalize(NormalStream & ns) const; ///