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


Reply via email to