Re: [Cvslog] r16648 - /lyx-devel/trunk/src/buffer_funcs.C

2007-01-12 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "younes" == younes <[EMAIL PROTECTED]> writes: younes> + // Optimisation: setLabel() can be called for each for each younes> + // paragraph of the document. So we make the string static younes> to + // avoid the repeated instanciation. + static docstring younes> ite

Re: [Cvslog] r16648 - /lyx-devel/trunk/src/buffer_funcs.C

2007-01-12 Thread Jean-Marc Lasgouttes
> "younes" == younes <[EMAIL PROTECTED]> writes: younes> + // Optimisation: setLabel() can be called for each for each younes> + // paragraph of the document. So we make the string static younes> to + // avoid the repeated instanciation. + static docstring younes> itemlabel; Do you have num