]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_stringinset.h
make naming a bit saner...
[lyx.git] / src / mathed / math_stringinset.h
index f4f53986e78fb4d919836da7d08b605f5cc2a013..d38a7cddf9d3ac04b2fe9a38098058c2b24e119e 100644 (file)
@@ -4,13 +4,12 @@
 
 #include "math_diminset.h"
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 /** Some collection of chars with similar properties
  *  maily for math-extern
  *  \author André Pönitz
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 class MathStringInset : public MathDimInset {
@@ -31,11 +30,11 @@ public:
        ///
        void normalize(NormalStream &) const;
        ///
-       void octavize(OctaveStream &) const;
+       void octave(OctaveStream &) const;
        ///
-       void maplize(MapleStream &) const;
+       void maple(MapleStream &) const;
        ///
-       void mathematicize(MathematicaStream &) const;
+       void mathematica(MathematicaStream &) const;
        ///
        void mathmlize(MathMLStream &) const;
        ///