]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_liminset.C
Jean-Marc's fix for wrong descent
[lyx.git] / src / mathed / math_liminset.C
index 99bc50191a91cd6a35860375ff6667f2c51991a1..6330df80bba4584c44a72a32cc127c7e61d95d77 100644 (file)
@@ -1,6 +1,3 @@
-#ifdef __GNUG__
-#pragma implementation
-#endif
 
 #include "math_liminset.h"
 #include "math_support.h"
@@ -43,13 +40,13 @@ void MathLimInset::draw(MathPainterInfo &, int, int) const
 }
 
 
-void MathLimInset::maplize(MapleStream & os) const
+void MathLimInset::maple(MapleStream & os) const
 {
        os << "limit(" << cell(0) << ',' << cell(1) << '=' << cell(2) << ')';
 }
 
 
-void MathLimInset::mathematicize(MathematicaStream & os) const
+void MathLimInset::mathematica(MathematicaStream & os) const
 {
        os << "Lim[" << cell(0) << ',' << cell(1) << ',' << cell(2) << ']';
 }