diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/tools/stream.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tools/stream.hxx b/include/tools/stream.hxx index 2ac01dbbfe41..9867a37fd318 100644 --- a/include/tools/stream.hxx +++ b/include/tools/stream.hxx @@ -695,7 +695,7 @@ public: virtual void ResetError() override; const void* GetBuffer(); - sal_uIntPtr GetSize(); + sal_uInt64 GetSize(); sal_Size GetEndOfData() const { return nEndOfData; } const void* GetData() { Flush(); return pBuf; } operator const void*() { Flush(); return pBuf; } |