https://bugs.documentfoundation.org/show_bug.cgi?id=150537
Stephan Bergmann <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |NOTABUG --- Comment #1 from Stephan Bergmann <[email protected]> --- The published URE interface forces us to keep (a) include/sal/types.h (for API stability), (b) the exact aliasing of the sal Int types to the underlying fundamental types (for ABI stability), and (c) the use of those sal Int types throughout the URE interface (e.g., in include/rtl/ include files). There may be places where code not interacting with that URE interface could use std int types rather than sal Int types (and which can get cleaned up over time), but I'm not sure it's useful to track that with a bugzilla issue like this one. (At the very least, such changes would probably not be EasyHacks.) Closing as NOTABUG. -- You are receiving this mail because: You are the assignee for the bug.
