From: Richard Heck Date: Wed, 31 Mar 2010 18:59:04 +0000 (+0000) Subject: Ignore kerning in HTML. X-Git-Tag: 2.0.0~3609 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=ed8af8f7fd1cd701e9eda7c3c9c093acd9b233e9;p=features.git Ignore kerning in HTML. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33971 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/mathed/InsetMathKern.h b/src/mathed/InsetMathKern.h index bd26e4e021..b063e06d5b 100644 --- a/src/mathed/InsetMathKern.h +++ b/src/mathed/InsetMathKern.h @@ -41,6 +41,8 @@ public: /// void mathmlize(MathStream &) const { } /// + void htmlize(HtmlStream &) const { } + /// InsetCode lyxCode() const { return MATH_KERN_CODE; } private: