]> git.lyx.org Git - features.git/blobdiff - src/text.C
Fixes to various bug-reports.
[features.git] / src / text.C
index ee3b5e26e6350a5893b945176735fa0e0560f158..f087cb38160b07c7224e5b4e881c713c37abee8f 100644 (file)
@@ -1707,7 +1707,7 @@ void LyXText::breakParagraph(BufferView * bview, char keep_layout)
 // Just a macro to make some thing easier. 
 void LyXText::redoParagraph(BufferView * bview) const
 {
-       clearSelection(bview);
+       clearSelection();
        redoParagraphs(bview, cursor, cursor.par()->next());
        setCursorIntern(bview, cursor.par(), cursor.pos());
 }