From ea44f30077e3a1bb27bdf4a465f59046b2998150 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Wed, 31 Mar 2010 20:31:15 +0000 Subject: [PATCH] Ignore phantoms for now. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33984 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/InsetMathPhantom.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/mathed/InsetMathPhantom.h b/src/mathed/InsetMathPhantom.h index cbc01b0435..9cce40df23 100644 --- a/src/mathed/InsetMathPhantom.h +++ b/src/mathed/InsetMathPhantom.h @@ -39,6 +39,10 @@ public: void infoize(odocstream & os) const; /// InsetCode lyxCode() const { return MATH_PHANTOM_CODE; } + /// Nothing for now + void mathmlize(MathStream &) const {} + /// Nothing for HTML + void htmlize(HtmlStream &) const {} private: /// -- 2.39.2