]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_symbolinset.h
make naming a bit saner...
[lyx.git] / src / mathed / math_symbolinset.h
index 2f13884b3436dbb49432fa92e9ba2f4756108fbd..7aa6ac1a13582c71f8cc195d1a52d697f63d5d9b 100644 (file)
@@ -2,9 +2,6 @@
 #ifndef MATH_SYMBOLINSET_H
 #define MATH_SYMBOLINSET_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 #include "math_diminset.h"
 
@@ -45,15 +42,15 @@ public:
        ///
        void normalize(NormalStream &) 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;
        ///
        void write(WriteStream & os) const;
        ///