]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_commentinset.C
Fix reading of math macros
[lyx.git] / src / mathed / math_commentinset.C
index d877b08dacac7e4b7f80964691a0adc569c74c38..6887dc23bbe754fa6240fd4b437108002673598e 100644 (file)
@@ -63,14 +63,16 @@ void MathCommentInset::write(WriteStream & os) const
 
 
 void MathCommentInset::maplize(MapleStream & os) const
-{}
+{
+       os << '#' << cell(0) << "\n";
+}
 
 
-void MathCommentInset::mathematicize(MathematicaStream & os) const
+void MathCommentInset::mathematicize(MathematicaStream &) const
 {}
 
 
-void MathCommentInset::octavize(OctaveStream & os) const
+void MathCommentInset::octavize(OctaveStream &) const
 {}