]> git.lyx.org Git - lyx.git/blobdiff - src/texrow.C
use the new bufferstorage (this change only deletes all references to the old one
[lyx.git] / src / texrow.C
index ae847224dc14f21a9c256f11f100dfd99f02e0d0..8b218f23ad28a94d9d00549b675f410887a6b0ef 100644 (file)
@@ -1,12 +1,12 @@
 /* This file is part of
- * ======================================================
+ * ====================================================== 
  * 
  *           LyX, The Document Processor
  *      
  *         Copyright (C) 1995 Matthias Ettrich
- *          Copyright (C) 1995-1998 The LyX Team.
+ *          Copyright (C) 1995-1999 The LyX Team.
  *
- *======================================================*/
+ * ====================================================== */
 
 #include <config.h>
 
 
 #include "texrow.h"
 #include "lyxparagraph.h"
-#include "error.h"
-
-//     $Id: texrow.C,v 1.1 1999/09/27 18:44:38 larsbj Exp $    
-
-#if !defined(lint) && !defined(WITH_WARNINGS)
-static char vcid[] = "$Id: texrow.C,v 1.1 1999/09/27 18:44:38 larsbj Exp $";
-#endif /* lint */
+#include "debug.h"
 
 // Delete linked list
 void TexRow::reset()
@@ -94,7 +88,7 @@ void TexRow::getIdFromRow(int row, int &id, int &pos)
 }
 
 
-TexRow & TexRow::operator+=(const TexRow &tr)
+TexRow & TexRow::operator+= (const TexRow &tr)
 {
        // remember that the lists are stored in reverse 
        // so you've got to turn the second one around