X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FParagraphMetrics.h;h=63ed0f3cdf689bc6aecf3459c6430b065c228f2c;hb=38c2cde0d8695ac5287bae218c4a33a2acf18ef8;hp=7244e2a2d34b1a48b8e43463a1145f22ed3c0840;hpb=508518ad95a7fd7581bd4affd389dbe7bd6d09f1;p=lyx.git diff --git a/src/ParagraphMetrics.h b/src/ParagraphMetrics.h index 7244e2a2d3..63ed0f3cdf 100644 --- a/src/ParagraphMetrics.h +++ b/src/ParagraphMetrics.h @@ -61,7 +61,7 @@ public: /// size_t pos2row(pos_type pos) const; - /// BufferView::redoParagraph updates this + /// TextMetrics::redoParagraph updates this Dimension const & dim() const { return dim_; } Dimension & dim() { return dim_; } /// total height of paragraph @@ -85,9 +85,6 @@ public: /// bool hfillExpansion(Row const & row, pos_type pos) const; - /// - size_t computeRowSignature(Row const &, BufferView const & bv) const; - /// int position() const { return position_; } void setPosition(int position);