hwpfilter/source/hwpread.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit d2cf8e960eb352e547350e5aed7a44873697b396 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Tue Oct 12 20:50:58 2021 +0100 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Wed Oct 13 09:41:41 2021 +0200 ofz: nLen should be of type 'uint' not tools::Long Change-Id: If0ea7d2156511b325e866f79bf40e32418f7d658 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123533 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caol...@redhat.com> diff --git a/hwpfilter/source/hwpread.cxx b/hwpfilter/source/hwpread.cxx index 31da8c7efde7..c81aaa153797 100644 --- a/hwpfilter/source/hwpread.cxx +++ b/hwpfilter/source/hwpread.cxx @@ -121,7 +121,7 @@ bool FieldCode::Read(HWPFile & hwpf) // book mark(6) bool Bookmark::Read(HWPFile & hwpf) { - tools::Long len; + uint len; hwpf.Read4b(&len, 1); if (!hwpf.Read2b(dummy))