cosmetics

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19561 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2007-08-14 14:41:06 +00:00
parent 4080450341
commit 92ee23acb4

View File

@ -3197,7 +3197,8 @@ void InsetTabular::updateLabels(Buffer const & buf, ParIterator const & it)
ParIterator it2 = it;
it2.forwardPos();
for ( ; it2.idx() <= it2.lastidx() ; it2.forwardIdx())
size_t const end = it2.nargs();
for ( ; it2.idx() < end; it2.forwardIdx())
lyx::updateLabels(buf, it2);
//reset afterwards