On Thu, Dec 27, 2001 at 11:16:00AM +0100, Juergen Vigna wrote: > > And why do we have 2 Paragrap::asString() functions implemented differently > IMO we need only 1 (buffer, startpos, endpos, label) and the special one > where startpos == 0 and endpos == size() can just call the above one with > that params!
The result generated by this methods can be quite different. Trying to combine these methods into one will probably result an ugly code with lots of if statements.