]> git.lyx.org Git - lyx.git/blobdiff - src/ParagraphMetrics.cpp
es.po: fix a typo introduced by last commit
[lyx.git] / src / ParagraphMetrics.cpp
index 9a9ecf05529332cad5ab9367d7d3b5a29b47f7b4..ad217cfa604765859e3ac459646636173a4e44ee 100644 (file)
@@ -194,6 +194,7 @@ int ParagraphMetrics::rightMargin(BufferView const & bv) const
 }
 
 
+// FIXME: this code seems bogus. Audit and rewrite (see bug #9860).
 bool ParagraphMetrics::hfillExpansion(Row const & row, pos_type pos) const
 {
        if (!par_->isHfill(pos))