On Tue, Sep 30, 2003 at 03:42:12PM +0000, Angus Leeming spake thusly:

...

> Really?
> Index: src/frontends/controllers/ControlBox.C
> Index: src/frontends/controllers/ControlBox.h
> + * \author Angus Leeming

I copied/adapted it from Note, which has your pugmark on it.

... 
 
> Replace this
> +int InsetBox::linuxdoc(Buffer const & buf, std::ostream & os) const
> +{
> +       int i = 0;
> +       string const pt = params_.type;
> +
> +       i = inset.linuxdoc(buf, os);
> +       return i;
> +}
> with this
> +int InsetBox::linuxdoc(Buffer const & buf, std::ostream & os) const
> +{
> +       return inset.linuxdoc(buf, os);;
> +}
> 
> Ditto for docbook.
 
Done already on André's behest.
         ...

> 
> Do you need the '[0]' bit. Suggests a broken data file.
> +                       hor_pos = lex.getString()[0];
 
I need the first and only char from this string. Do you know a better
(cleaner/...) way?
 
 
> -- 
> Angus

Thanks... this is taking a while. Real life ("Fundamental Geodesy I")
interfering..


- Martin 

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to