]> git.lyx.org Git - lyx.git/blobdiff - src/undo.C
ws changes only
[lyx.git] / src / undo.C
index 80f8a35cf35d7f25edb3762fa64e7bb1211a244e..63a020e80f47bf11b11f3d05e8901cb0f2b04110 100644 (file)
@@ -1,25 +1,26 @@
-/* This file is part of
- * ======================================================
+/**
+ * \file undo.C
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- *           LyX, The Document Processor
+ * \author Lars Gullik Bjønnes
+ * \author André Pönitz
  *
- *           Copyright 1995 Matthias Ettrich
- *           Copyright 1995-2001 The LyX Team.
- *
- * ====================================================== */
+ * Full author contact details are available in file CREDITS.
+ */
 
 #include <config.h>
 
 #include "undo.h"
+#include "paragraph.h"
 
-Undo::Undo(undo_kind kind_arg, int inset, int plist,
+Undo::Undo(undo_kind kind_arg, int inset,
           int first, int last,
           int cursor, int cursor_pos_arg,
           ParagraphList const & par)
        :
                kind(kind_arg),
                inset_id(inset),
-               plist_id(plist),
                first_par_offset(first),
                last_par_offset(last),
                cursor_par_offset(cursor),