X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathColor.h;h=829c4654f4b1db755395cebe7d47561a68cc5bfd;hb=5fdc577badb1cb133d6a0dc7d831bb1f82576adb;hp=19f1636b17b5bca4756dd9accb744f32ec89f434;hpb=0facb603fefec1ecc927f77bcf6228ca1f035444;p=lyx.git diff --git a/src/mathed/InsetMathColor.h b/src/mathed/InsetMathColor.h index 19f1636b17..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 { @@ -23,10 +22,9 @@ namespace lyx { class InsetMathColor : public InsetMathNest { public: /// Create a color inset from LyX color number - explicit InsetMathColor(bool oldstyle, - ColorCode color = Color_none); + InsetMathColor(Buffer * buf, bool oldstyle, ColorCode color = Color_none); /// Create a color inset from LaTeX color name - explicit InsetMathColor(bool oldstyle, docstring const & color); + InsetMathColor(Buffer * buf, bool oldstyle, docstring const & color); /// void metrics(MetricsInfo & mi, Dimension & dim) const; /// we write extra braces in any case... @@ -38,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; ///