]> git.lyx.org Git - lyx.git/blobdiff - src/lyxtext.h
ws changes mostly
[lyx.git] / src / lyxtext.h
index 07b4765bd077b3a047ffca18a0b34969a8c472fc..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;