summaryrefslogtreecommitdiffstats
path: root/sw
diff options
context:
space:
mode:
authorDavid Ostrovsky <david@ostrovsky.org>2014-12-08 08:19:15 +0100
committerMichael Stahl <mstahl@redhat.com>2014-12-10 21:35:43 +0000
commitc2a93a21a5a7af38ae659b9340beeb13c084eb12 (patch)
tree1f012c64766467b60c8ce4ea04dbc9929012f094 /sw
parentTypo: postion(s)=>position(s) (diff)
downloadcore-c2a93a21a5a7af38ae659b9340beeb13c084eb12.tar.gz
core-c2a93a21a5a7af38ae659b9340beeb13c084eb12.zip
long is 32 bit on Windows x86_64 platform
So that this is always wrong (on this platform) to write: reinterpret_cast<foo>(reinterpret_cast<long>(bar)) it should be: renterpret_cast<foo>(reinterpret_cast<sal_uIntPtr>(bar)) Change-Id: Ia286246ee1616988f755c2d2054b26efacc51af0 Reviewed-on: https://gerrit.libreoffice.org/13366 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sw')
0 files changed, 0 insertions, 0 deletions