]> 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 5d4d6942a7b1ec4d46e220f96df0249592b94149..7f3dfce4e08f23832cdd91fc0287e1c97750d24e 100644 (file)
@@ -20,12 +20,12 @@ MathInset * MathLimitOpInset::clone() const
 
 void MathLimitOpInset::write(WriteStream & os) const
 {
-       scripts_.write(int_.nucleus(), os);
+       scripts_.write2(int_.nucleus(), os);
        os << core_ << "d" << diff_;
 }
 
 
-void MathLimitOpInset::normalize(NormalStream & os) const
+void MathLimitOpInset::normalize(NormalStream &) const
 {
        //os << "[int " << scripts_ << ' ' << core_ << ' ' << diff_ << ']'
 }
@@ -43,12 +43,12 @@ void MathLimitOpInset::draw(Painter &, int, int) const
 }
 
 
-void MathLimitOpInset::maplize(MapleStream & os) const
+void MathLimitOpInset::maplize(MapleStream &) const
 {
-       //os << name_.c_str() << '(' << cell(0) << ')';
+       //os << name_ << '(' << cell(0) << ')';
 }
 
-void MathLimitOpInset::mathmlize(MathMLStream & os) const
+void MathLimitOpInset::mathmlize(MathMLStream &) const
 {
-       //os << name_.c_str() << '(' << cell(0) << ')';
+       //os << name_ << '(' << cell(0) << ')';
 }