]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_braceinset.C
Fix.
[lyx.git] / src / mathed / math_braceinset.C
index 10387173366ffdba330d9bc7fcf1c44f70867bb6..0bb24a6e05a512a0f90cf078ce277ab4072cd4d6 100644 (file)
@@ -62,13 +62,13 @@ void MathBraceInset::normalize(NormalStream & os) const
 }
 
 
-void MathBraceInset::maplize(MapleStream & os) const
+void MathBraceInset::maple(MapleStream & os) const
 {
        os << cell(0);
 }
 
 
-void MathBraceInset::octavize(OctaveStream & os) const
+void MathBraceInset::octave(OctaveStream & os) const
 {
        os << cell(0);
 }
@@ -80,7 +80,7 @@ void MathBraceInset::mathmlize(MathMLStream & os) const
 }
 
 
-void MathBraceInset::mathematicize(MathematicaStream & os) const
+void MathBraceInset::mathematica(MathematicaStream & os) const
 {
        os << cell(0);
 }