]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathExInt.h
Assure correct spacing of colored items in mathed
[lyx.git] / src / mathed / InsetMathExInt.h
index c2bc39e8a1929bb1e57ae2beba38692402708e02..8e86571168e87f59bf42e5e776ed1718b94078f4 100644 (file)
@@ -17,7 +17,7 @@
 // or \sum, \prod...  for interfacing external programs
 
 #include "InsetMathNest.h"
-#include "support/strfwd.h"
+
 
 namespace lyx {
 
@@ -26,7 +26,7 @@ namespace lyx {
 //   cell(1) is the stuff after the 'd'
 //   cell(2) is the lower bound
 //   cell(3) is the upper bound
-// for sums: 
+// for sums:
 //   cell(0) is the main body
 //   cell(1) is the index (e.g., i), if the lower bound is "i = ..."
 //      or the whole lower bound if not
@@ -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_;
 };