]> git.lyx.org Git - lyx.git/blobdiff - src/ParagraphMetrics.h
FindAdv: Added handling of some chars found in unnicodesymbols
[lyx.git] / src / ParagraphMetrics.h
index 2e57f834d9b38b606aeb34ecda83b0bd9e6767db..988947355e7615d05e227e1faf213dc23343a456 100644 (file)
@@ -69,6 +69,8 @@ public:
        RowList const & rows() const { return rows_; }
        ///
        int rightMargin(BufferView const & bv) const;
+       ///
+       Paragraph const & par() const { return *par_; }
 
        /// dump some information to lyxerr
        void dump() const;