]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathKern.h
Improved character count statistics for letter based insets (e.g. the LyX logo).
[features.git] / src / mathed / InsetMathKern.h
index db701cf158160121a282222da1ef1f112056378b..58d540d1fcfb27c2172af646f8b0e14fdda9cd3a 100644 (file)
@@ -13,7 +13,8 @@
 #define MATH_CHEATINSET_H
 
 #include "InsetMath.h"
-#include "Length.h"
+
+#include "support/Length.h"
 
 
 namespace lyx {
@@ -39,7 +40,11 @@ public:
        ///
        void normalize(NormalStream & ns) const;
        ///
-       docstring mathmlize(MathStream &) const;
+       void mathmlize(MathStream &) const { }
+       ///
+       void htmlize(HtmlStream &) const { }
+       ///
+       void infoize2(odocstream & os) const;
        ///
        InsetCode lyxCode() const { return MATH_KERN_CODE; }