]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_dotsinset.C
cosmetics
[lyx.git] / src / mathed / math_dotsinset.C
index 7054cde4bf2bf0e2a41a090294673a52cbbfd9cf..4466879a5523a4c05b54a6e94f26c2fbe4224380 100644 (file)
@@ -31,7 +31,7 @@ void MathDotsInset::draw(Painter & pain, int x, int y)
 }
 
 
-void MathDotsInset::Metrics(MathStyles st, int, int)
+void MathDotsInset::metrics(MathStyles st)
 {
        size(st);
        mathed_char_dim(LM_TC_VAR, size(), 'M', ascent_, descent_, width_);
@@ -44,13 +44,13 @@ void MathDotsInset::Metrics(MathStyles st, int, int)
 } 
 
 
-void MathDotsInset::Write(ostream & os, bool /* fragile */) const
+void MathDotsInset::write(ostream & os, bool /* fragile */) const
 {
        os << '\\' << name() << ' ';
 }
 
 
-void MathDotsInset::WriteNormal(ostream & os) const
+void MathDotsInset::writeNormal(ostream & os) const
 {
        os << "[" << name() << "] ";
 }