]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_limitopinset.C
fix typo that put too many include paths for most people
[lyx.git] / src / mathed / math_limitopinset.C
index ee5460e7c94f368e02cd4b1632a0512c87809a6f..d92e7a69a13d996c208611a80ced6bc63245fda4 100644 (file)
@@ -20,7 +20,7 @@ MathInset * MathLimitOpInset::clone() const
 
 void MathLimitOpInset::write(WriteStream & os) const
 {
-       scripts_.write(int_.nucleus(), os);
+       scripts_.write2(int_.nucleus(), os);
        os << core_ << "d" << diff_;
 }
 
@@ -38,17 +38,17 @@ void MathLimitOpInset::metrics(MathMetricsInfo const &) const
 
 
 void MathLimitOpInset::draw(Painter &, int, int) const
-{  
+{
        lyxerr << "should not happen\n";
 }
 
 
 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) << ')';
 }