]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ControlLog.h
port the graphics dialog to the new scheme and get rid of the ControlInset
[lyx.git] / src / frontends / controllers / ControlLog.h
index 69896c56eefbe94484af7cfcfb047bd207af9717..e8c50d1d381b708a4c68f205f50e1e49fe9ee0fb 100644 (file)
@@ -1,16 +1,13 @@
 // -*- C++ -*-
-/* This file is part of
- * ====================================================== 
- *
- *           LyX, The Document Processor
- *
- *           Copyright 2001 The LyX Team.
+/**
+ * \file ControlLog.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- * ======================================================
+ * \author John Levon
+ * \author Angus Leeming
  *
- * \file ControlLog.h
- * \author John Levon, moz@compsoc.man.ac.uk
- * \author Angus Leeming <a.leeming@ic.ac.uk>
+ * Full author contact details are available in file CREDITS
  */
 
 #ifndef CONTROLLOG_H
@@ -18,9 +15,6 @@
 
 #include <utility>
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 #include "ControlDialog_impl.h"
 #include "buffer.h" // Buffer::LogType
@@ -33,9 +27,9 @@ public:
        ///
        ControlLog(LyXView &, Dialogs &);
        ///
-       std::pair<Buffer::LogType, string> const & logfile()
-               { return logfile_; }
-
+       std::pair<Buffer::LogType, string> const & logfile() {
+               return logfile_;
+       }
 private:
        ///
        virtual void apply() {}