summaryrefslogtreecommitdiff
path: root/include/svtools/imap.hxx
diff options
context:
space:
mode:
authorJochen Nitschke <j.nitschke+logerrit@ok.de>2017-05-11 15:53:08 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-05-12 19:34:14 +0200
commit05d3a1899eb50202fd3929b702bae1003b5610be (patch)
treeba2acb1ed6802f49ea618746e95d9017dbe8372f /include/svtools/imap.hxx
parentcffc5a04661fc0a84dff9fa5da954236d88a8b38 (diff)
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 <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svtools/imap.hxx')
-rw-r--r--include/svtools/imap.hxx4
1 files changed, 2 insertions, 2 deletions
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;