X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftexrow.C;h=8b218f23ad28a94d9d00549b675f410887a6b0ef;hb=e8022b10a11e41d56897e3b066aa5180025165cc;hp=ae847224dc14f21a9c256f11f100dfd99f02e0d0;hpb=27de1486ca34aaad446adb798d71a77d6f6304da;p=lyx.git diff --git a/src/texrow.C b/src/texrow.C index ae847224dc..8b218f23ad 100644 --- a/src/texrow.C +++ b/src/texrow.C @@ -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 @@ -16,13 +16,7 @@ #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