]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_diffinset.C
Jean-Marc's fix for wrong descent
[lyx.git] / src / mathed / math_diffinset.C
index 15d0648ff6dcfdd33294b06b3e6bcb28a165eefd..d872157586ccfba699b108a4b0b81cb28445946e 100644 (file)
@@ -1,6 +1,3 @@
-#ifdef __GNUG__
-#pragma implementation
-#endif
 
 #include "math_diffinset.h"
 #include "math_support.h"
@@ -47,7 +44,7 @@ void MathDiffInset::draw(MathPainterInfo &, int, int) const
 }
 
 
-void MathDiffInset::maplize(MapleStream & os) const
+void MathDiffInset::maple(MapleStream & os) const
 {
        os << "diff(";
        for (idx_type idx = 0; idx < nargs(); ++idx) {
@@ -59,7 +56,7 @@ void MathDiffInset::maplize(MapleStream & os) const
 }
 
 
-void MathDiffInset::mathematicize(MathematicaStream & os) const
+void MathDiffInset::mathematica(MathematicaStream & os) const
 {
        os << "Dt[";
        for (idx_type idx = 0; idx < nargs(); ++idx) {