]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_deliminset.h
rename commandtags.h to lfuns.h and renumber/cleanup. Rebuild the tree !
[lyx.git] / src / mathed / math_deliminset.h
index d662896b4e1583dedae00101ce82c63932e0be0f..8c1feef1ed299638eefc9b7dd8e86deed81b39fd 100644 (file)
@@ -40,15 +40,15 @@ public:
        /// write normalized content
        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;
        ///
        string left_;
        ///