From 2dc7727ccfc99518ad32d1bdef5e370ab79ca33f Mon Sep 17 00:00:00 2001 From: John Levon Date: Wed, 11 Jun 2003 15:29:06 +0000 Subject: [PATCH] ws fix (actually a test ...) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7147 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/tabular.C | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/tabular.C b/src/tabular.C index 023f5406cb..c9e750a990 100644 --- a/src/tabular.C +++ b/src/tabular.C @@ -1218,16 +1218,16 @@ void LyXTabular::read(Buffer const * buf, istream & is, getTokenValue(line, "endlastfoot", lfrow); setHeaderFooterRows(abs(hrow), abs(fhrow), abs(frow), abs(lfrow)); } else { - getTokenValue(line, "firstHeadTopDL", endfirsthead.topDL); - getTokenValue(line, "firstHeadBottomDL", endfirsthead.bottomDL); - getTokenValue(line, "firstHeadEmpty", endfirsthead.empty); - getTokenValue(line, "headTopDL", endhead.topDL); - getTokenValue(line, "headBottomDL", endhead.bottomDL); - getTokenValue(line, "footTopDL", endfoot.topDL); - getTokenValue(line, "footBottomDL", endfoot.bottomDL); - getTokenValue(line, "lastFootTopDL", endlastfoot.topDL); - getTokenValue(line, "lastFootBottomDL", endlastfoot.bottomDL); - getTokenValue(line, "lastFootEmpty", endlastfoot.empty); + getTokenValue(line, "firstHeadTopDL", endfirsthead.topDL); + getTokenValue(line, "firstHeadBottomDL", endfirsthead.bottomDL); + getTokenValue(line, "firstHeadEmpty", endfirsthead.empty); + getTokenValue(line, "headTopDL", endhead.topDL); + getTokenValue(line, "headBottomDL", endhead.bottomDL); + getTokenValue(line, "footTopDL", endfoot.topDL); + getTokenValue(line, "footBottomDL", endfoot.bottomDL); + getTokenValue(line, "lastFootTopDL", endlastfoot.topDL); + getTokenValue(line, "lastFootBottomDL", endlastfoot.bottomDL); + getTokenValue(line, "lastFootEmpty", endlastfoot.empty); } for (int j = 0; j < columns_; ++j) { l_getline(is,line); -- 2.39.2