]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph.h
split LyXText::rowlist_ into individual Paragraph::rows_ chunks
[lyx.git] / src / paragraph.h
index fce517e7bec9c3af95c0fee49842704ea80fd448..79ae05e6d6023488724d38a04382a581fdf0bc79 100644 (file)
@@ -17,6 +17,7 @@
 
 #include "support/types.h"
 #include "changes.h"
+#include "RowList.h"
 
 #include "LString.h"
 
@@ -111,8 +112,6 @@ public:
        void setInsetOwner(UpdatableInset * inset);
        ///
        void deleteInsetsLyXText(BufferView *);
-       ///
-       void resizeInsetsLyXText(BufferView *);
 
        ///
        lyx::pos_type size() const;
@@ -295,6 +294,9 @@ public:
        ///
        InsetList insetlist;
 
+       ///
+       mutable RowList rows;
+
 private:
        ///
        LyXLayout_ptr layout_;