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:
Uwe Stöhr 2010-10-26 02:02:10 +00:00
parent 8693ae474b
commit dbe3d79e15

View File

@ -2201,7 +2201,6 @@ int Tabular::TeXCellPreamble(odocstream & os, idx_type cell,
os << from_ascii(getPWidth(cell).asLatexString()); os << from_ascii(getPWidth(cell).asLatexString());
else else
// we need to set a default value // we need to set a default value
// needs to be discussed
os << "*"; os << "*";
os << "}{"; os << "}{";
} // end if ismultirow } // end if ismultirow