]> git.lyx.org Git - features.git/commitdiff
ws fix (actually a test ...)
authorJohn Levon <levon@movementarian.org>
Wed, 11 Jun 2003 15:29:06 +0000 (15:29 +0000)
committerJohn Levon <levon@movementarian.org>
Wed, 11 Jun 2003 15:29:06 +0000 (15:29 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7147 a592a061-630c-0410-9148-cb99ea01b6c8

src/tabular.C

index 023f5406cb98e3d4f65de007759403990facf4f7..c9e750a9906643fcb494727067b225c0c38466d3 100644 (file)
@@ -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);