mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-09 18:52:46 +00:00
tex2lyx/table.cpp: please Vincent as discussed
This commit is contained in:
parent
f1be85dec7
commit
dda1bfc949
@ -1164,7 +1164,7 @@ void handle_tabular(Parser & p, ostream & os, string const & name,
|
|||||||
cellinfo[row][col].content += os.str();
|
cellinfo[row][col].content += os.str();
|
||||||
|
|
||||||
// add dummy cells for multicol
|
// add dummy cells for multicol
|
||||||
for (size_t i = 0; i + 1 < ncells; ++i) {
|
for (size_t i = 0; i < ncells - 1; ++i) {
|
||||||
++col;
|
++col;
|
||||||
if (col >= colinfo.size()) {
|
if (col >= colinfo.size()) {
|
||||||
cerr << "The cell '"
|
cerr << "The cell '"
|
||||||
|
Loading…
Reference in New Issue
Block a user