]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_limitopinset.C
make \newcommand{\bb}[1]{\mathbf{#1}} work for read/write/display.
[lyx.git] / src / mathed / math_limitopinset.C
index f43fbb971fa2965e55ae8b4d5345119b2dc6e25a..7f3dfce4e08f23832cdd91fc0287e1c97750d24e 100644 (file)
@@ -45,10 +45,10 @@ void MathLimitOpInset::draw(Painter &, int, int) const
 
 void MathLimitOpInset::maplize(MapleStream &) const
 {
-       //os << name_.c_str() << '(' << cell(0) << ')';
+       //os << name_ << '(' << cell(0) << ')';
 }
 
 void MathLimitOpInset::mathmlize(MathMLStream &) const
 {
-       //os << name_.c_str() << '(' << cell(0) << ')';
+       //os << name_ << '(' << cell(0) << ')';
 }