sw/source/filter/ww8/ww8par6.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit ee0cf03dc4a551b1cd03ee438b83fd7eea628fc5 Author: Emircan Agac <thesad...@gmail.com> AuthorDate: Wed Aug 11 00:38:51 2021 +0300 Commit: Michael Stahl <michael.st...@allotropia.de> CommitDate: Thu Aug 12 11:39:25 2021 +0200 tdf#114441:Convert use of sal_uLong to better integer types Change-Id: I0642261314f9b04fb38b68afd44d879c1e83c830 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120300 Reviewed-by: Michael Stahl <michael.st...@allotropia.de> Tested-by: Jenkins diff --git a/sw/source/filter/ww8/ww8par6.cxx b/sw/source/filter/ww8/ww8par6.cxx index 572a33823713..1bbeb17334a3 100644 --- a/sw/source/filter/ww8/ww8par6.cxx +++ b/sw/source/filter/ww8/ww8par6.cxx @@ -1759,7 +1759,7 @@ void WW8FlyPara::ReadFull(sal_uInt8 nOrigSp29, SwWW8ImplReader* pIo) break; // (*pPap)++ does not work for FastSave // -> for FastSave, no test for graphics APO SvStream* pIoStrm = pIo->m_pStrm; - sal_uLong nPos = pIoStrm->Tell(); + sal_uInt64 nPos = pIoStrm->Tell(); WW8PLCFxSave1 aSave; xPlcxMan->GetPap()->Save( aSave ); bGrafApo = false;