]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_symbolinset.h
split inset -> inset + updatableinset
[lyx.git] / src / mathed / math_symbolinset.h
index 062eb6d32cc4de9fd5577060caef91f747e482b2..7aa6ac1a13582c71f8cc195d1a52d697f63d5d9b 100644 (file)
@@ -42,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;
        ///