]> git.lyx.org Git - features.git/commitdiff
Ignore kerning in HTML.
authorRichard Heck <rgheck@comcast.net>
Wed, 31 Mar 2010 18:59:04 +0000 (18:59 +0000)
committerRichard Heck <rgheck@comcast.net>
Wed, 31 Mar 2010 18:59:04 +0000 (18:59 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33971 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/InsetMathKern.h

index bd26e4e02118f177e65a8c347738648b7984d2c4..b063e06d5b1dd3129578653e73edd38fb46db227 100644 (file)
@@ -41,6 +41,8 @@ public:
        ///
        void mathmlize(MathStream &) const { }
        ///
+       void htmlize(HtmlStream &) const { }
+       ///
        InsetCode lyxCode() const { return MATH_KERN_CODE; }
 
 private: