]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfind.h
Embedding: saving inzip name to .lyx file so that embedded files can always be found...
[lyx.git] / src / lyxfind.h
index c6885948ac903b920a845e55d245896c60c1a68c..d23be0fec6627226d0098d11856046734dbd8da5 100644 (file)
@@ -15,7 +15,7 @@
 #ifndef LYXFIND_H
 #define LYXFIND_H
 
-#include "support/docstring.h"
+#include "support/strfwd.h"
 
 namespace lyx {
 
@@ -52,7 +52,7 @@ void find(BufferView * bv, FuncRequest const & ev);
  *  \c ev.argument and act on it.
  * The string is encoded by \c replace2string.
  */
-void replace(BufferView * bv, FuncRequest const &);
+void replace(BufferView * bv, FuncRequest const &, bool has_deleted = false);
 
 /// find the next change in the buffer
 bool findNextChange(BufferView * bv);