]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_matrixinset.h
rename commandtags.h to lfuns.h and renumber/cleanup. Rebuild the tree !
[lyx.git] / src / mathed / math_matrixinset.h
index 47a0b714e41317b39b7d3620ddacf58eb089d057..8d8386bf6806870d131a57f87b780fff5f5b6f8e 100644 (file)
@@ -4,9 +4,6 @@
 
 #include "math_gridinset.h"
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 // "shortcut" for DelimInset("(",ArrayInset,")")
 
@@ -28,13 +25,13 @@ public:
        ///
        void normalize(NormalStream &) const;
        ///
-       void maplize(MapleStream &) const;
+       void maple(MapleStream &) const;
        ///
-       void maximize(MaximaStream &) const;
+       void maxima(MaximaStream &) const;
        ///
        void mathmlize(MathMLStream &) const;
        ///
-       void octavize(OctaveStream &) const;
+       void octave(OctaveStream &) const;
 };
 
 #endif