On Thu, 11 Mar 2010 16:10:55 +0100
Herbert Duerr <du...@sun.com> wrote:

> >> And while you are at it also replace the countless methods that
> >> still use sal_uInt16 instead of int as return value... goodbye
> >> Win3.1! ;-)
> >>
> > Replace those methods with what? ;)
> 
> With their int equivalents. E.g.
>     svx/inc/svx/svdpage.hxx:  sal_uInt16 GetPageNum() const;
> could be replaced by
>     svx/inc/svx/svdpage.hxx:  int GetPageNum() const;

Isnt that kinda contradicting the original post by thb?
Shouldnt that be:

 sal_Int32 GetPageNum() const;

/me wonders.

BR,

Bjoern


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org

Reply via email to