mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
InsetTabular.cpp: remove comment, we already discussed this and the star as default was the result
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35847 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
8693ae474b
commit
dbe3d79e15
@ -2201,7 +2201,6 @@ int Tabular::TeXCellPreamble(odocstream & os, idx_type cell,
|
||||
os << from_ascii(getPWidth(cell).asLatexString());
|
||||
else
|
||||
// we need to set a default value
|
||||
// needs to be discussed
|
||||
os << "*";
|
||||
os << "}{";
|
||||
} // end if ismultirow
|
||||
|
Loading…
Reference in New Issue
Block a user