Home
last modified time | relevance | path

Searched hist:e5cfc9ca (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/svx/inc/svx/
H A DEnhancedCustomShapeGeometry.hxxdiff e5cfc9ca Thu Feb 28 13:16:29 UTC 2013 Herbert Dürr <hdu@apache.org> Fix build aborts in the customshape code caused by integer-narrowing-down problems

0x80000000 is used as magic constant all over the customshape code where
it is squeezed into signed int32 types that cannot preserve this value. Good
compilers notice the problem and have every right to complain or error-out.
Using the magic constant already casted down consolidates the problem and is
the least invasive way to fix it until the code gets its well deserved makeover.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1451191 13f79535-47bb-0310-9956-ffa450edef68
/aoo41x/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxxdiff e5cfc9ca Thu Feb 28 13:16:29 UTC 2013 Herbert Dürr <hdu@apache.org> Fix build aborts in the customshape code caused by integer-narrowing-down problems

0x80000000 is used as magic constant all over the customshape code where
it is squeezed into signed int32 types that cannot preserve this value. Good
compilers notice the problem and have every right to complain or error-out.
Using the magic constant already casted down consolidates the problem and is
the least invasive way to fix it until the code gets its well deserved makeover.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1451191 13f79535-47bb-0310-9956-ffa450edef68
H A DEnhancedCustomShapeGeometry.cxxdiff e5cfc9ca Thu Feb 28 13:16:29 UTC 2013 Herbert Dürr <hdu@apache.org> Fix build aborts in the customshape code caused by integer-narrowing-down problems

0x80000000 is used as magic constant all over the customshape code where
it is squeezed into signed int32 types that cannot preserve this value. Good
compilers notice the problem and have every right to complain or error-out.
Using the magic constant already casted down consolidates the problem and is
the least invasive way to fix it until the code gets its well deserved makeover.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1451191 13f79535-47bb-0310-9956-ffa450edef68

Completed in 357 milliseconds