diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-08-13 14:50:30 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-08-13 17:23:03 +0200 |
commit | 63128dd267eb2d487c94ba8db65444a3e5e69fd2 (patch) | |
tree | 1e809e1f0c745bc3ad797c8d248c865e46644147 /wizards | |
parent | 383032c50a3e3354f04200ce984a47ab9d2c5c67 (diff) |
Drop MSVC workaround from 2002
(cf. f2b0299972730989c46949d6101c7c346fc01971 "#97095# MS Visual C++ unsigned
__int64 to double missing"), assuming that our baseline MSVC is capable of that
by now.
Replace DOUBLE_SAL_UINT64_MAX with double(SAL_MAX_UINT64) and replace
unsigned_int64_to_double(X) with either X or static_cast<double>(X), matching
respective context.
Change-Id: Ia1e1daff5cbcb545738615fad541082810d7a46b
Reviewed-on: https://gerrit.libreoffice.org/77414
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'wizards')
0 files changed, 0 insertions, 0 deletions