From b4dd91f3a10610924e736445e17506b49b619a70 Mon Sep 17 00:00:00 2001 From: sahil Date: Sun, 13 Aug 2023 14:17:20 +0530 Subject: tdf#114441 - Convert use of sal_uLong to better integer types Updated scrolling related variables to double from sal_uLong Change-Id: Ibf4bb3d55b074b5d2e369e4bc708b87bdfa302b2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155644 Tested-by: Jenkins Reviewed-by: Hossein --- include/vcl/commandevent.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/vcl') diff --git a/include/vcl/commandevent.hxx b/include/vcl/commandevent.hxx index fc6ba290793f..9491137acea8 100644 --- a/include/vcl/commandevent.hxx +++ b/include/vcl/commandevent.hxx @@ -139,7 +139,7 @@ enum class CommandWheelMode }; // Magic value used in mnLines field in CommandWheelData -#define COMMAND_WHEEL_PAGESCROLL (sal_uLong(0xFFFFFFFF)) +#define COMMAND_WHEEL_PAGESCROLL (double(0xFFFFFFFF)) class VCL_DLLPUBLIC CommandWheelData { -- cgit