]> git.lyx.org Git - lyx.git/blobdiff - src/lyxtext.h
ws changes mostly
[lyx.git] / src / lyxtext.h
index cc637f1694811a0e5ff75c57256be7e1578414d1..24191ccaad015f7c6b09c484c7867dd4c1fb08f8 100644 (file)
@@ -70,7 +70,7 @@ public:
                bool toggleall);
 
        /// what you expect when pressing <enter> at cursor position
-       void breakParagraph(LCursor & cur, char keep_layout = 0);
+       void breakParagraph(LCursor & cur, bool keep_layout = false);
 
        /// set layout over selection
        pit_type setLayout(pit_type start, pit_type end,
@@ -124,7 +124,7 @@ public:
                FuncStatus & status) const;
 
        /// access to out BufferView. This should go...
-       BufferView * bv();
+//     BufferView * bv();
        /// access to out BufferView. This should go...
        BufferView * bv() const;
 
@@ -352,6 +352,8 @@ public:
        /// our 'outermost' Font
        LyXFont font_;
 
+       ///
+       bool autoBreakRows_;
 private:
        /// return past-the-last paragraph influenced by a layout
        /// change on pit