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:
parent
5a1f41a0d3
commit
42d7cd1abc
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ public:
|
|||
}
|
||||
|
||||
private:
|
||||
sal_uLong nCurState;
|
||||
sal_uInt32 nCurState;
|
||||
};
|
||||
|
||||
EditorWindow::EditorWindow (vcl::Window* pParent, ModulWindow* pModulWindow) :
|
||||
|
|
Loading…
Reference in a new issue