From 7e89e2827489d0b3bbd488f6c9e5a9e7e404d732 Mon Sep 17 00:00:00 2001 From: Matteo Casalin Date: Sun, 4 Oct 2015 11:34:57 +0200 Subject: sal_uIntPtr to sal_uInt64, sal_uLong to sal_Size for streams Change-Id: I062f1f6c5b20ca47734a9a3cd1a229d51763a206 --- sot/source/sdstor/stgstrms.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sot') diff --git a/sot/source/sdstor/stgstrms.hxx b/sot/source/sdstor/stgstrms.hxx index b3c8a18feb6c..94f304963453 100644 --- a/sot/source/sdstor/stgstrms.hxx +++ b/sot/source/sdstor/stgstrms.hxx @@ -145,8 +145,8 @@ class StgTmpStrm : public SvMemoryStream OUString m_aName; SvFileStream* m_pStrm; using SvMemoryStream::GetData; - virtual sal_uLong GetData( void* pData, sal_uLong nSize ) override; - virtual sal_uLong PutData( const void* pData, sal_uLong nSize ) override; + virtual sal_Size GetData( void* pData, sal_Size nSize ) override; + virtual sal_Size PutData( const void* pData, sal_Size nSize ) override; virtual sal_uInt64 SeekPos( sal_uInt64 nPos ) override; virtual void FlushData() override; @@ -155,7 +155,7 @@ public: virtual ~StgTmpStrm(); bool Copy( StgTmpStrm& ); virtual void SetSize( sal_uInt64 ) override; - sal_uLong GetSize() const; + sal_uInt64 GetSize() const; }; #endif -- cgit v1.2.3