From ed8af8f7fd1cd701e9eda7c3c9c093acd9b233e9 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Wed, 31 Mar 2010 18:59:04 +0000 Subject: [PATCH] Ignore kerning in HTML. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33971 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/InsetMathKern.h | 2 ++ 1 file changed, 2 insertions(+) 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: -- 2.39.2