]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfind.h
Pure HTML output for math macros.
[lyx.git] / src / lyxfind.h
index ff68b8ee643852295bb7d5ad2d4b415873ad318e..711bf8ee25aeae8ffc84ed7b336f096c1b61f8fd 100644 (file)
@@ -82,7 +82,7 @@ public:
                S_BUFFER,
                S_DOCUMENT,
                S_OPEN_BUFFERS,
-               /*S_ALL_MANUALS*/
+               S_ALL_MANUALS
        } SearchScope;
        FindAndReplaceOptions(
                docstring const & search,
@@ -115,9 +115,6 @@ std::ostringstream & operator<<(std::ostringstream & os, lyx::FindAndReplaceOpti
 /// Read a FindAdvOptions instance from a stringstream
 std::istringstream & operator>>(std::istringstream & is, lyx::FindAndReplaceOptions & opt);
 
-/// Dispatch a LFUN_WORD_FINDADV command request
-void findAdv(BufferView * bv, FuncRequest const & ev);
-
 /// Perform a FindAdv operation.
 bool findAdv(BufferView * bv, FindAndReplaceOptions const & opt);