fix MSVC compiler warning on bit-shift of int32 literal...
commit1756b2eee0d5883f50ec595b18e7571bffb33178
authorDennis Francis <dennis.francis@collabora.com>
Wed, 20 Feb 2019 09:57:48 +0000 (20 15:27 +0530)
committerDennis Francis <dennis.francis@collabora.com>
Wed, 20 Feb 2019 13:23:34 +0000 (20 14:23 +0100)
tree105972dac82a34d4a949d123d40e501fe42c9720
parent6e41367798d4341d601069005ae6ff6ac032f81f
fix MSVC compiler warning on bit-shift of int32 literal...

and assigning to a 64 bit integer variable. This would
have caused a big problem here if we increase MAXROWCOUNT
above 2^32.

Also remove un-necessary casts introduced in the commit
b4df9b0b4c7411f257b0a397687587114a53208e

Thanks to @sberg who pointed out the real meaning of the
MSVC compiler warning reported @
https://lists.freedesktop.org/archives/libreoffice/2019-February/082078.html

Change-Id: Ieedad5ba478e5162abbdfdc79820cf001c2a85f2
Reviewed-on: https://gerrit.libreoffice.org/68068
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Jenkins
sc/source/core/tool/interpr3.cxx