]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ControlSearch.h
Add a buffer_path arg to InsetGraphicsMailer's params2string, string2params.
[lyx.git] / src / frontends / controllers / ControlSearch.h
index bcfe7a20d9608d54e917ba4780d6a70cb9a0eeaf..b0a6d10fed18e174fb583f08ffce4bbc53c94327 100644 (file)
@@ -1,7 +1,8 @@
 // -*- C++ -*-
 /**
  * \file ControlSearch.h
- * See the file COPYING.
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
  * \author Angus Leeming
  *
@@ -11,9 +12,6 @@
 #ifndef CONTROLSEARCH_H
 #define CONTROLSEARCH_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 #include "ControlDialog_impl.h"
 #include "LString.h"
@@ -32,7 +30,6 @@ public:
        /// Replaces occurence of string
        void replace(string const & search, string const & replace,
                     bool casesensitive, bool matchword, bool all);
-
 private:
        /// not needed.
        virtual void apply() {}