X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathCancel.h;h=4fc3fd0bc22a348f1232d2fa683f93b55dd5cb30;hb=103f7a5ea6d431e28becd02aa7e50ba5941010ff;hp=b9ca16215cf39ccbcf10afe17d531bb79cd45908;hpb=65f26a7a1418d3a481949f49fd3f9868fe06e352;p=lyx.git diff --git a/src/mathed/InsetMathCancel.h b/src/mathed/InsetMathCancel.h index b9ca16215c..4fc3fd0bc2 100644 --- a/src/mathed/InsetMathCancel.h +++ b/src/mathed/InsetMathCancel.h @@ -4,7 +4,7 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author Uwe Stöhr + * \author Uwe Stöhr * * Full author contact details are available in file CREDITS. */ @@ -39,10 +39,10 @@ public: void infoize(odocstream & os) const; /// InsetCode lyxCode() const { return MATH_CANCEL_CODE; } - /// Nothing for now - void mathmlize(MathStream &) const {} - /// Nothing for HTML - void htmlize(HtmlStream &) const {} + /// + void mathmlize(MathStream &) const; + /// + void htmlize(HtmlStream &) const; /// void validate(LaTeXFeatures &) const;