]> 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 17d68b5ba86b3faface1b05e8426762e9907fbdb..988947355e7615d05e227e1faf213dc23343a456 100644 (file)
@@ -20,7 +20,6 @@
 #include "Dimension.h"
 #include "Row.h"
 
-#include <map>
 #include <vector>
 
 namespace lyx {
@@ -70,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;