]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfind.h
fix typo that put too many include paths for most people
[lyx.git] / src / lyxfind.h
index 7ea11b7f6f20f48574307638d42fd4c1c1f4d868..2e74dc3361a9667c866d389fcac4dba7511e31d4 100644 (file)
 class BufferView;
 
 int LyXReplace(BufferView * bv, string const &, string const &,
-               bool, bool = true, bool = false,
-               bool = false, bool = false);
+              bool, bool = true, bool = false,
+              bool = false, bool = false);
 
 bool LyXFind(BufferView *,
-             string const & searchstr, bool forward,
-            bool frominset = false, bool casesens = true, 
+            string const & searchstr, bool forward,
+            bool frominset = false, bool casesens = true,
             bool matchwrd = false);
 
 #endif