https://bugs.documentfoundation.org/show_bug.cgi?id=132296

Marc-Oliver Straub <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |UNCONFIRMED
     Ever confirmed|1                           |0

--- Comment #4 from Marc-Oliver Straub <[email protected]> ---
Not unrolling the typedef would be better since it will improve readability of
the calling code.
When using a method using a typedef, an engineer will most likely use the
typedef in code that calls such a method, resulting in better self-explaining
code:

XLongTypedef result = methodReturningXTypedef() 
instead of 
sal_Int32 result = methodReturningXTypedef()

It all depends on the engineer of course...

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to