summaryrefslogtreecommitdiff
path: root/lotuswordpro/inc/lwpsvstream.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/inc/lwpsvstream.hxx')
-rw-r--r--lotuswordpro/inc/lwpsvstream.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lotuswordpro/inc/lwpsvstream.hxx b/lotuswordpro/inc/lwpsvstream.hxx
index d39aee929e7b..7b119403d761 100644
--- a/lotuswordpro/inc/lwpsvstream.hxx
+++ b/lotuswordpro/inc/lwpsvstream.hxx
@@ -67,8 +67,8 @@ class LwpSvStream
{
public:
LwpSvStream(SvStream* pStream, LwpSvStream * pCompressed = nullptr);
- sal_Int32 Read( void* bytes, sal_Int32 nBytesToRead );
- void SeekRel( sal_Int64 pos );
+ size_t Read(void* bytes, size_t nBytesToRead);
+ void SeekRel(sal_Int64 pos);
sal_Int64 Tell();
sal_Int64 Seek(sal_Int64 pos);
bool CheckSeek(sal_Int64 pos);