Andre Poenitz wrote: > A bit of the interface cleanup. > Removes the inheritance etc, > > +LyXLength::UNIT unitFromString(string const & data) > +{ > + int i = 0; > + while (i < num_units && data != unit_name[i]) [...] why is this method in vspace? it doesn't belongs to vSPACE and may be used by a lot of other methods. Herbert
- vspace, Part II Andre Poenitz
- Re: vspace, Part II Herbert Voss
- Re: vspace, Part II Andre Poenitz
- Re: vspace, Part II Andre Poenitz