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;

And there are a gazillion other methods that can be found using grep "sal_.*Int16" */inc/ Of course all these are no high priority else they would have been updated long ago...

When I look through other high profile multi-platform sources such as gcc, the linux-kernel, etc. they have no problems to use native types for everything except for interfaces defined by their ABI or the API of the underlying platforms.

---
Herbert Duerr
[email protected]

Registered Office: Sun Microsystems GmbH
  Sonnenallee 1, D-85551 Kirchheim-Heimstetten
Commercial register of the Local Court of Munich: HRB 161028
Managing Directors: Thomas Schroeder
Chairman of the Supervisory Board: Martin Haering


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to