]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_exintinset.h
Jean-Marc's fix for wrong descent
[lyx.git] / src / mathed / math_exintinset.h
index 34e969e8728ec1019fa999855e594cdfc721e240..71aefb460780ae9460b3a16fe4de1fc78962b586 100644 (file)
@@ -2,9 +2,6 @@
 #ifndef MATH_EXINTINSET_H
 #define MATH_EXINTINSET_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 // \int_l^u f(x) dx in one block (as opposed to 'f','(','x',')' or 'f','x')
 // or \sum, \prod...  for interfacing external programs
@@ -28,11 +25,11 @@ public:
        ///
        void normalize(NormalStream &) const;
        ///
-       void maximize(MaximaStream &) const;
+       void maxima(MaximaStream &) const;
        ///
-       void maplize(MapleStream &) const;
+       void maple(MapleStream &) const;
        ///
-       void mathematicize(MathematicaStream &) const;
+       void mathematica(MathematicaStream &) const;
        ///
        void mathmlize(MathMLStream &) const;
        ///