]> git.lyx.org Git - lyx.git/blobdiff - src/Text.h
tex2lyx/text.cpp: fix 2 typos
[lyx.git] / src / Text.h
index f4110e260f5fe820ab2a56de19d862fafd3a4d18..60b6130cc4f2ea067d156ad2ec736ef88bc4196c 100644 (file)
@@ -263,10 +263,10 @@ public:
        /* these things are for search and replace */
 
        /// needed to insert the selection
-       void insertStringAsLines(DocIterator const & dit, docstring const & str,
+       void insertStringAsLines(Cursor & cur, docstring const & str,
                Font const & font);
        /// needed to insert the selection
-       void insertStringAsParagraphs(DocIterator const & dit, docstring const & str,
+       void insertStringAsParagraphs(Cursor & cur, docstring const & str,
                Font const & font);
 
        /// access to our paragraphs