]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_exfuncinset.h
Jean-Marc's fix for wrong descent
[lyx.git] / src / mathed / math_exfuncinset.h
index 232225fbac7ddf4f00b821e530109fdfc3e0dc4a..1e0b04d9c66b5ae5b4e9171d97dc115583cdc89a 100644 (file)
@@ -2,9 +2,6 @@
 #ifndef MATH_EXFUNCINSET_H
 #define MATH_EXFUNCINSET_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 #include "math_nestinset.h"
 
@@ -27,15 +24,15 @@ public:
        string name() const;
 
        ///
-       void maplize(MapleStream &) const;
+       void maple(MapleStream &) const;
        ///
-       void maximize(MaximaStream &) const;
+       void maxima(MaximaStream &) const;
        ///
-       void mathematicize(MathematicaStream &) const;
+       void mathematica(MathematicaStream &) const;
        ///
        void mathmlize(MathMLStream &) const;
        ///
-       void octavize(OctaveStream &) const;
+       void octave(OctaveStream &) const;
 
 private:
        ///