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>
This commit is contained in:
PoonamShokeen 2022-10-07 12:12:41 -05:00 committed by Ilmari Lauhakangas
parent 5a1f41a0d3
commit 42d7cd1abc

View file

@ -234,7 +234,7 @@ public:
}
private:
sal_uLong nCurState;
sal_uInt32 nCurState;
};
EditorWindow::EditorWindow (vcl::Window* pParent, ModulWindow* pModulWindow) :