X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxfind.h;h=7d660eed1180cc18959b6302c3f9d4c4a3806990;hb=2098f1d8c20d51e63e670bcdc9da8996068975bf;hp=3a3e91013e05328164c57310b62a6dec0a294c55;hpb=5da4ccb93173750fc7ba311ebd3710ea84aec343;p=lyx.git diff --git a/src/lyxfind.h b/src/lyxfind.h index 3a3e91013e..7d660eed11 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);