mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-14 15:05:56 +00:00
cosmetics
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19561 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
4080450341
commit
92ee23acb4
@ -3197,7 +3197,8 @@ void InsetTabular::updateLabels(Buffer const & buf, ParIterator const & it)
|
|||||||
|
|
||||||
ParIterator it2 = it;
|
ParIterator it2 = it;
|
||||||
it2.forwardPos();
|
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);
|
lyx::updateLabels(buf, it2);
|
||||||
|
|
||||||
//reset afterwards
|
//reset afterwards
|
||||||
|
Loading…
Reference in New Issue
Block a user