Ignore kerning in HTML.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33971 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2010-03-31 18:59:04 +00:00
parent 2a1c6c3541
commit ed8af8f7fd

View File

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