diff options
author | Arvind K <khandelwalarvind26@gmail.com> | 2023-03-04 16:44:50 +0530 |
---|---|---|
committer | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2023-03-09 11:01:51 +0000 |
commit | 013fbfb592f71c1f0a60b6a7ec08aded375515ac (patch) | |
tree | 31165e8c8e2816ea369c1cfc5e34f9b73cf90532 /vcl/source/graphic | |
parent | bef33a6c59df9943a0453b20237e53d4794e9304 (diff) |
tdf#114441 Convert sal_uLong to better integer types
This patch replaces sal_uLong usages in cui directory.
changed m_nOldCount in cui/source/inc/dbregister.hxx to size_t.
m_nOldCount has been used in dbregister.cxx where it is initially
assigned a value 0, later on it has been assigned the value
returned by registration.size() which returns type size_t.
Line 272 in cuigaldlg.cxx mrTakenList with type TokenList_impl
is pushed back with variable nPos of type sal_Int32 hence
changed TokenList_impl to store sal_Int32 types.
Change-Id: Ie0ba284dc4592cc69a1ded2fe232d18aaec3c92a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148237
Tested-by: Hossein <hossein@libreoffice.org>
Reviewed-by: Hossein <hossein@libreoffice.org>
Diffstat (limited to 'vcl/source/graphic')
0 files changed, 0 insertions, 0 deletions