On Sat, Jan 12, 2008 at 04:55:17PM +0100, Pavel Sanda wrote: > > > for (DocIterator dit = from ; dit != to ; dit.forwardPos()) { > > > + Paragraph const para = dit.paragraph();S > > > > Erm... a _copy_? > > could you be more verbose how the code should be?
Paragraph const & par = dit.paragraph(); Andre'