]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetquotes.h
The markDirty() and fitCursor() changes
[lyx.git] / src / insets / insetquotes.h
index 44a5565add152a2291296aa444b1948c51da319a..5d5a10463ad6a22098cf8c1149a4b25c194fc6c0 100644 (file)
@@ -1,20 +1,17 @@
 // -*- C++ -*-
-/* This file is part of*
- * ======================================================
+/**
+ * \file insetquotes.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- *           LyX, The Document Processor
+ * \author Jean-Marc Lasgouttes
  *
- *         Copyright 1995 Matthias Ettrich
- *          Copyright 1995-2001 The LyX Team
- *
- * ====================================================== */
+ * Full author contact details are available in file CREDITS
+ */
 
 #ifndef INSET_QUOTES_H
 #define INSET_QUOTES_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 #include "inset.h"
 
@@ -79,7 +76,7 @@ public:
        ///
        int width(BufferView *, LyXFont const &) const;
        ///
-       void draw(BufferView *, LyXFont const &, int, float &, bool) const;
+       void draw(BufferView *, LyXFont const &, int, float &) const;
 #if 0
        ///
        LyXFont const convertFont(LyXFont const & font) const;