]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_numberinset.C
split inset -> inset + updatableinset
[lyx.git] / src / mathed / math_numberinset.C
index 3051703c4a7d42ae0a4c84c072dff5beb4f49e9f..87bc4b05bc2344d502f657b782da41907c0db5ba 100644 (file)
@@ -1,8 +1,5 @@
 #include <config.h>
 
-#ifdef __GNUG__
-#pragma implementation
-#endif
 
 #include "math_numberinset.h"
 #include "math_mathmlstream.h"
@@ -41,13 +38,13 @@ void MathNumberInset::normalize(NormalStream & os) const
 }
 
 
-void MathNumberInset::maplize(MapleStream & os) const
+void MathNumberInset::maple(MapleStream & os) const
 {
        os << str_;
 }
 
 
-void MathNumberInset::octavize(OctaveStream & os) const
+void MathNumberInset::octave(OctaveStream & os) const
 {
        os << str_;
 }