summaryrefslogtreecommitdiff
path: root/winaccessibility/source
diff options
context:
space:
mode:
authorAdam Seskunas <adamseskunas@gmail.com>2023-09-20 13:54:44 -0700
committerHossein <hossein@libreoffice.org>2023-10-20 03:37:45 +0200
commit1e6c1b672b1b93376f3c816e870d956b84e089e7 (patch)
treecc0e074192ed012c07d789df88b48264fe66bd92 /winaccessibility/source
parent26a08eb18eb18963652b063ce8bfb3e36b7529f4 (diff)
tdf#114441 Convert use of sal_uLong to better integer types
In ctrlbox.cxx, nCount and i were changed to sal_uInt32 because aFontSizeNames.Count() returns sal_uInt32. In valueset.cxx, nFirstItem and nLastItem are only used in a comparison with a value of size_t. They were both changed to size_t because nLastItem contains the product of tools::Long mnVisLines and sal_uInt16 mnCols where tools::Long can be 64 bit in some cases. Change-Id: Ib3f10cdf6ae81e96f28f13a0bb32699f26c8a0cb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157109 Tested-by: Jenkins Reviewed-by: Hossein <hossein@libreoffice.org>
Diffstat (limited to 'winaccessibility/source')
0 files changed, 0 insertions, 0 deletions