]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfind.h
Beamer: autonest column in columns
[lyx.git] / src / lyxfind.h
index a761725183ab1c393d8ae768ac06a85961b1c6ed..896d88e5a02873dad938ba1bec501ee8c3564396 100644 (file)
@@ -117,6 +117,9 @@ public:
        SearchRestriction restr;
 };
 
+/// Set the formats that should be ignored
+void setIgnoreFormat(std::string type, bool value);
+
 /// Write a FindAdvOptions instance to a stringstream
 std::ostringstream & operator<<(std::ostringstream & os, lyx::FindAndReplaceOptions const & opt);