X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Flyxfind.h;h=bfaae8f43d96d6bfdda818cabdda8637eafd7fdc;hb=62af7ee772f16f154225d2d0b65d77f4376b6001;hp=984473e77db341e414cc6b3f42236c4005d4a25f;hpb=7ac04a2b75d24f03454210dfb4a3543abb8bcd22;p=lyx.git diff --git a/src/lyxfind.h b/src/lyxfind.h index 984473e77d..bfaae8f43d 100644 --- a/src/lyxfind.h +++ b/src/lyxfind.h @@ -120,7 +120,7 @@ public: }; /// Set the formats that should be ignored -void setIgnoreFormat(std::string type, bool value); +void setIgnoreFormat(std::string const & type, bool value); /// Write a FindAdvOptions instance to a stringstream std::ostringstream & operator<<(std::ostringstream & os, lyx::FindAndReplaceOptions const & opt); @@ -143,9 +143,6 @@ docstring stringifyFromForSearch( DocIterator const & cur, int len = -1); -/** Set format type to be ignore by search - **/ -void setIgnoreFormat(std::string type, bool value); } // namespace lyx