basctl/source/basicide/baside2b.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 42d7cd1abca095d5166a7f4355f1cfc0f822961b
Author:     PoonamShokeen <poonamshoke...@gmail.com>
AuthorDate: Fri Oct 7 12:12:41 2022 -0500
Commit:     Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
CommitDate: Sun Oct 16 09:19:41 2022 +0200

    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.lauhakan...@libreoffice.org>
    Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>

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) :

Reply via email to