Changeset 27594
- Timestamp:
- 11/17/08 00:07:13 (2 months ago)
- Files:
-
- lyx-devel/trunk/src/mathed/InsetMathGrid.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lyx-devel/trunk/src/mathed/InsetMathGrid.cpp
r27524 r27594 1001 1001 emptyline = false; 1002 1002 } 1003 for (col_type col = beg_col; col < end_col; ++col) {1003 for (col_type col = beg_col; col < last_col; ++col) { 1004 1004 os << cell(index(row, col)); 1005 1005 if (os.pendingBrace())
