]> git.lyx.org Git - lyx.git/blobdiff - src/ParagraphMetrics.h
Remove wmf2eps as EMF > EPS converter
[lyx.git] / src / ParagraphMetrics.h
index d8935cc75343119b5ee21182693ed45e95704f98..55304fd9ed2b7397108ea84ad52507a96b9f9acb 100644 (file)
@@ -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,8 +85,8 @@ public:
        ///
        bool hfillExpansion(Row const & row, pos_type pos) const;
 
-       /// 
-       size_t computeRowSignature(Row const &, BufferParams const & bparams) const;
+       ///
+       size_t computeRowSignature(Row const &, BufferView const & bv) const;
 
        ///
        int position() const { return position_; }