]> git.lyx.org Git - lyx.git/blobdiff - src/tabular-old.C
Fixed cut&paste bugs and added freespacing for ERT Insets.
[lyx.git] / src / tabular-old.C
index 782d8e71d46fa6488635495ff0bba8bbb55d59eb..5dbccf0e5642b35e62cf00ec61707f52cae6a307 100644 (file)
@@ -157,10 +157,10 @@ void LyXTabular::ReadOld(Buffer const * buf, istream & is,
        return;
     }
     getTokenValue(line, "islongtable", is_long_tabular);
-    getTokenValue(line, "endhead", endhead);
-    getTokenValue(line, "endfirsthead", endfirsthead);
-    getTokenValue(line, "endfoot", endfoot);
-    getTokenValue(line, "endlastfoot", endlastfoot);
+    getTokenValue(line, "endhead", endhead.row);
+    getTokenValue(line, "endfirsthead", endfirsthead.row);
+    getTokenValue(line, "endfoot", endfoot.row);
+    getTokenValue(line, "endlastfoot", endlastfoot.row);
 
     for (int i = 0; i < rows_; ++i) {
        l_getline(is, line);