]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathExInt.h
Remove hardcoded values
[lyx.git] / src / mathed / InsetMathExInt.h
index c2bc39e8a1929bb1e57ae2beba38692402708e02..5254166d664ea7c4dd0e7a6958774e417a1b0396 100644 (file)
@@ -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_;
 };