]> git.lyx.org Git - features.git/commitdiff
Fix last commit.
authorRichard Heck <rgheck@comcast.net>
Fri, 1 Apr 2011 20:03:41 +0000 (20:03 +0000)
committerRichard Heck <rgheck@comcast.net>
Fri, 1 Apr 2011 20:03:41 +0000 (20:03 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38189 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/MathMacro.cpp
src/mathed/MathMacro.h

index 0ad635342ca70c329ecbe450ac8fb33f50c28586..ca123afad5caad8aa321b83d4b2d53096e0f3d40 100644 (file)
@@ -753,8 +753,6 @@ void MathMacro::maple(MapleStream & os) const
 
 void MathMacro::mathmlize(MathStream & os) const
 {
-       MathData const & data = expanded_.cell(0);
-       data.dump();
        os << expanded_.cell(0);
 }
 
index 9405e20f48b8669d498432aa638a79b43799501b..1e9536321fa8628ca039f6981855e76cb69ef342 100644 (file)
@@ -69,6 +69,8 @@ public:
        ///
        void write(WriteStream & os) const;
        ///
+       void normalize(NormalStream & os) const;
+       ///
        void maple(MapleStream &) const;
        ///
        void mathmlize(MathStream &) const;