tdf#114441:Convert use of sal_uLong to better integer types
Change-Id: I14cfc4113e9aff0fcff3b2d3c2b0444aad8934ae Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120332 Tested-by: Jenkins Reviewed-by: Hossein <hossein@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
This commit is contained in:
committed by
Michael Stahl
parent
b8a4eeb24a
commit
c7685f030f
@@ -43,7 +43,7 @@ void SvMetaObject::WriteStars( SvStream & rOutStm )
|
|||||||
void SvMetaObject::Back2Delimiter( SvStream & rOutStm )
|
void SvMetaObject::Back2Delimiter( SvStream & rOutStm )
|
||||||
{
|
{
|
||||||
// write no empty brackets
|
// write no empty brackets
|
||||||
sal_uLong nPos = rOutStm.Tell();
|
sal_uInt64 nPos = rOutStm.Tell();
|
||||||
rOutStm.SeekRel( -1 );
|
rOutStm.SeekRel( -1 );
|
||||||
char c = 0;
|
char c = 0;
|
||||||
rOutStm.ReadChar( c );
|
rOutStm.ReadChar( c );
|
||||||
|
Reference in New Issue
Block a user