X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathExInt.h;h=5254166d664ea7c4dd0e7a6958774e417a1b0396;hb=02e82157ec583c3900e359de86be79fac6512387;hp=c2bc39e8a1929bb1e57ae2beba38692402708e02;hpb=46e14246785ad484153053393f515adac9e51dc2;p=lyx.git diff --git a/src/mathed/InsetMathExInt.h b/src/mathed/InsetMathExInt.h index c2bc39e8a1..5254166d66 100644 --- a/src/mathed/InsetMathExInt.h +++ b/src/mathed/InsetMathExInt.h @@ -17,7 +17,7 @@ // or \sum, \prod... for interfacing external programs #include "InsetMathNest.h" -#include "support/strfwd.h" + namespace lyx { @@ -54,16 +54,16 @@ public: /// void mathmlize(MathStream &) const; /// + void htmlize(HtmlStream &) const; + /// void write(WriteStream & os) const; /// InsetCode lyxCode() const { return MATH_EXINT_CODE; } - /// is this a sum, product, or whatever that we can handle? - /// note that this does not include integrals. - static bool isExIntOperator(docstring const &); private: virtual Inset * clone() const; /// bool hasScripts() const; + /// docstring symbol_; };