]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_spaceinset.C
split inset -> inset + updatableinset
[lyx.git] / src / mathed / math_spaceinset.C
index 074e2558b05667784b458fba60bd73405923100d..168234db7d790f7d3b802a2b8e5b38b04a755555 100644 (file)
@@ -93,18 +93,18 @@ void MathSpaceInset::validate(LaTeXFeatures & features) const
 }
 
 
-void MathSpaceInset::maplize(MapleStream & os) const
+void MathSpaceInset::maple(MapleStream & os) const
 {
        os << ' ';
 }
 
-void MathSpaceInset::mathematicize(MathematicaStream & os) const
+void MathSpaceInset::mathematica(MathematicaStream & os) const
 {
        os << ' ';
 }
 
 
-void MathSpaceInset::octavize(OctaveStream & os) const
+void MathSpaceInset::octave(OctaveStream & os) const
 {
        os << ' ';
 }