From 42d7cd1abca095d5166a7f4355f1cfc0f822961b Mon Sep 17 00:00:00 2001 From: PoonamShokeen Date: Fri, 7 Oct 2022 12:12:41 -0500 Subject: [PATCH] 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 Reviewed-by: Ilmari Lauhakangas --- basctl/source/basicide/baside2b.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) :