diff options
author | Matteo Casalin <matteo.casalin@yahoo.com> | 2015-10-27 18:25:07 +0100 |
---|---|---|
committer | Matteo Casalin <matteo.casalin@yahoo.com> | 2015-10-27 18:54:02 +0100 |
commit | 51bc0594f2d65630cf167a107f3be3f79993e6d9 (patch) | |
tree | b0f6e3eb02f46e5d1c0b55190ba6be1c8179bbc6 /sot/source/sdstor/stgstrms.hxx | |
parent | 589934317239e46235d9cc53554f877d332fa777 (diff) |
sal_uLong to sal_uInt64/sal_Size
Change-Id: I4032b08225f1b530a43f1a8c09c5fc3515f45ced
Diffstat (limited to 'sot/source/sdstor/stgstrms.hxx')
-rw-r--r-- | sot/source/sdstor/stgstrms.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sot/source/sdstor/stgstrms.hxx b/sot/source/sdstor/stgstrms.hxx index 94f304963453..2ce3ff3f5b0e 100644 --- a/sot/source/sdstor/stgstrms.hxx +++ b/sot/source/sdstor/stgstrms.hxx @@ -151,7 +151,7 @@ class StgTmpStrm : public SvMemoryStream virtual void FlushData() override; public: - explicit StgTmpStrm( sal_uLong=16 ); + explicit StgTmpStrm( sal_uInt64=16 ); virtual ~StgTmpStrm(); bool Copy( StgTmpStrm& ); virtual void SetSize( sal_uInt64 ) override; |