From: John Levon Date: Wed, 11 Jun 2003 15:29:06 +0000 (+0000) Subject: ws fix (actually a test ...) X-Git-Tag: 1.6.10~16653 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=2dc7727ccfc99518ad32d1bdef5e370ab79ca33f;p=features.git ws fix (actually a test ...) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7147 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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);