]> git.lyx.org Git - lyx.git/blobdiff - src/ParagraphMetrics.cpp
Convert cursorX() and computeRowMetrics() to the new scheme
[lyx.git] / src / ParagraphMetrics.cpp
index d7fb42b4a084ba1416fdc9584d6a92400e1e2556..93b0461161e4513e02ae4961093a42592bdc6e6d 100644 (file)
@@ -190,8 +190,7 @@ void ParagraphMetrics::dump() const
 {
        lyxerr << "Paragraph::dump: rows.size(): " << rows_.size() << endl;
        for (size_t i = 0; i != rows_.size(); ++i) {
-               lyxerr << "  row " << i << ":   ";
-               rows_[i].dump();
+               lyxerr << "  row " << i << ":   " << rows_[i];
        }
 }