]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfind.cpp
Add "Plain" quotation mark style
[lyx.git] / src / lyxfind.cpp
index 224e902dd0cf08efdbcbf4715f48e96e4199a8cc..1581ca1e267b56f3f9dc308dda14d5c6caea70f3 100644 (file)
@@ -1110,7 +1110,6 @@ docstring latexifyFromCursor(DocIterator const & cur, int len)
        LYXERR(Debug::FIND, "  with cur.lastpost=" << cur.lastpos() << ", cur.lastrow="
               << cur.lastrow() << ", cur.lastcol=" << cur.lastcol());
        Buffer const & buf = *cur.buffer();
-       LBUFERR(buf.params().isLatex());
 
        odocstringstream ods;
        otexstream os(ods);