X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxfind.h;h=711bf8ee25aeae8ffc84ed7b336f096c1b61f8fd;hb=b8550d11e836e857967a31250e6ca248b2d43f82;hp=ff68b8ee643852295bb7d5ad2d4b415873ad318e;hpb=82e07a41859dceea240a05aeff1f361e417db355;p=lyx.git diff --git a/src/lyxfind.h b/src/lyxfind.h index ff68b8ee64..711bf8ee25 100644 --- a/src/lyxfind.h +++ b/src/lyxfind.h @@ -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);