]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathDelim.h
Remove years forgotten files.
[lyx.git] / src / mathed / InsetMathDelim.h
index 67e1db09063db2ea4494fbbd354d710ab9761732..3a09ede2f32bd509356bb2a518a02a07177d6a26 100644 (file)
@@ -15,8 +15,6 @@
 
 #include "InsetMathNest.h"
 
-#include <string>
-
 
 namespace lyx {
 
@@ -45,6 +43,8 @@ public:
        ///
        void draw(PainterInfo &, int x, int y) const;
 
+       ///
+       void validate(LaTeXFeatures & features) const;
        ///
        void write(WriteStream & os) const;
        /// write normalized content
@@ -58,6 +58,8 @@ public:
        ///
        void mathmlize(MathStream &) const;
        ///
+       void htmlize(HtmlStream &) const;
+       ///
        void octave(OctaveStream &) const;
        ///
        InsetCode lyxCode() const { return MATH_DELIM_CODE; }