From 05d3a1899eb50202fd3929b702bae1003b5610be Mon Sep 17 00:00:00 2001 From: Jochen Nitschke Date: Thu, 11 May 2017 15:53:08 +0200 Subject: tdf#75280 replace uses of sal_uLong those vars get their type from SvStream which uses sal_uInt64 Change-Id: Ia356699bb0f5e9787ae6f02e52e0b00cc2f817b1 Reviewed-on: https://gerrit.libreoffice.org/37547 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/svtools/imap.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/svtools/imap.hxx') diff --git a/include/svtools/imap.hxx b/include/svtools/imap.hxx index ecb5b09edfc1..0b30c6183596 100644 --- a/include/svtools/imap.hxx +++ b/include/svtools/imap.hxx @@ -118,8 +118,8 @@ public: class IMapCompat { SvStream* pRWStm; - sal_uLong nCompatPos; - sal_uLong nTotalSize; + sal_uInt64 nCompatPos; + sal_uInt64 nTotalSize; StreamMode nStmMode; IMapCompat( const IMapCompat& ) = delete; -- cgit