]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfind.h
That didn't really work. So revert to old CSS for gray notes.
[lyx.git] / src / lyxfind.h
index 57849d28f690ed9397187e2071233bdce558256b..f8a77494f05dc608ecd1ca769af763d5325b690c 100644 (file)
@@ -86,7 +86,8 @@ public:
                bool expandmacros,
                bool ignoreformat,
                bool regexp,
-               docstring const & replace
+               docstring const & replace,
+               bool keep_case
        );
        FindAndReplaceOptions() {  }
        docstring search;
@@ -97,6 +98,7 @@ public:
        bool ignoreformat;
        bool regexp;
        docstring replace;
+       bool keep_case;
 };
 
 /// Write a FindAdvOptions instance to a stringstream