X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathKern.h;h=b063e06d5b1dd3129578653e73edd38fb46db227;hb=2c5c2a66833a0c2aefdfdb8f465a83a912e40e4b;hp=6bafa80ca7eb6e74d315e22e0dbe3b4674446cd0;hpb=237c132c1e6fc720b87f2fea6deb18a8395cbe0a;p=lyx.git diff --git a/src/mathed/InsetMathKern.h b/src/mathed/InsetMathKern.h index 6bafa80ca7..b063e06d5b 100644 --- a/src/mathed/InsetMathKern.h +++ b/src/mathed/InsetMathKern.h @@ -4,7 +4,7 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author André Pönitz + * \author André Pönitz * * Full author contact details are available in file CREDITS. */ @@ -38,6 +38,13 @@ public: void write(WriteStream & os) const; /// void normalize(NormalStream & ns) const; + /// + void mathmlize(MathStream &) const { } + /// + void htmlize(HtmlStream &) const { } + /// + InsetCode lyxCode() const { return MATH_KERN_CODE; } + private: virtual Inset * clone() const; /// width in em