]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfind.C
redraw fix 1.
[lyx.git] / src / lyxfind.C
index 78dd3b416b66e44fa983e51123b91641cf41881a..0b2a5c5906f44411e41f7fcb3f07e798ebd5982f 100644 (file)
@@ -98,7 +98,7 @@ int LyXReplace(BufferView * bv,
 
        return replace_count;
 }
+
 
 bool LyXFind(BufferView * bv,
             string const & searchstr, bool forward,
@@ -135,7 +135,7 @@ bool LyXFind(BufferView * bv,
 
        bv->toggleSelection();
        text->clearSelection();
-       
+
        SearchResult result = forward ?
                SearchForward(bv, text, searchstr, casesens, matchwrd) :
                SearchBackward(bv, text, searchstr, casesens, matchwrd);
@@ -158,7 +158,7 @@ bool LyXFind(BufferView * bv,
 
        return found;
 }
+
 
 SearchResult LyXFind(BufferView * bv, LyXText * text,
                     string const & searchstr, bool forward,