diff options
author | PoonamShokeen <poonamshokeen7@gmail.com> | 2022-10-07 12:12:41 -0500 |
---|---|---|
committer | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2022-10-16 09:19:41 +0200 |
commit | 42d7cd1abca095d5166a7f4355f1cfc0f822961b (patch) | |
tree | 557c9bd73cc10b94af6a862cdbc1af87707d4fbf /basctl | |
parent | 5a1f41a0d3aab15c113651f2edc9d4137ae99063 (diff) |
tdf#114441 Convert use of sal_uLong to sal_uInt32
Change-Id: I1443d1548fc191b057ce073e77f5f4f244086675
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141264
Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/basicide/baside2b.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/basicide/baside2b.cxx b/basctl/source/basicide/baside2b.cxx index 249a636fdee7..2f768ed3077c 100644 --- a/basctl/source/basicide/baside2b.cxx +++ b/basctl/source/basicide/baside2b.cxx @@ -234,7 +234,7 @@ public: } private: - sal_uLong nCurState; + sal_uInt32 nCurState; }; EditorWindow::EditorWindow (vcl::Window* pParent, ModulWindow* pModulWindow) : |