From 1a74f3d1035cfbdb5e21947448e5af2b9ec152f0 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Wed, 16 Dec 2009 17:12:58 +0000 Subject: [PATCH] Add a fixme, in effect, about dots. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32550 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/InsetMathDots.cpp | 6 ++++++ src/mathed/InsetMathDots.h | 2 ++ 2 files changed, 8 insertions(+) diff --git a/src/mathed/InsetMathDots.cpp b/src/mathed/InsetMathDots.cpp index c9233927c3..583fdecbf7 100644 --- a/src/mathed/InsetMathDots.cpp +++ b/src/mathed/InsetMathDots.cpp @@ -85,4 +85,10 @@ void InsetMathDots::validate(LaTeXFeatures & features) const } +// FIXME XHTML +void InsetMathDots::mathmlize(MathStream & os) const +{ + InsetMath::mathmlize(os); +} + } // namespace lyx diff --git a/src/mathed/InsetMathDots.h b/src/mathed/InsetMathDots.h index ee3df2aeba..4f2428712c 100644 --- a/src/mathed/InsetMathDots.h +++ b/src/mathed/InsetMathDots.h @@ -34,6 +34,8 @@ public: void validate(LaTeXFeatures & features) const; /// InsetCode lyxCode() const { return MATH_DOTS_CODE; } + /// + void mathmlize(MathStream & os) const; protected: /// cache for the thing's height mutable int dh_; -- 2.39.2