summaryrefslogtreecommitdiff
path: root/sfx2/source/bastyp/mieclip.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/bastyp/mieclip.cxx')
-rw-r--r--sfx2/source/bastyp/mieclip.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/bastyp/mieclip.cxx b/sfx2/source/bastyp/mieclip.cxx
index 71d95da911c5..e6271de164e9 100644
--- a/sfx2/source/bastyp/mieclip.cxx
+++ b/sfx2/source/bastyp/mieclip.cxx
@@ -76,7 +76,7 @@ SvStream* MSE40HTMLClipFormatObj::IsValid( SvStream& rStream )
? nEnd - nStt + 32
: 0 )) );
pStrm->WriteStream( rStream );
- pStrm->SetStreamSize( nEnd - nStt + 1L );
+ pStrm->SetStreamSize( nEnd - nStt + 1 );
pStrm->Seek( STREAM_SEEK_TO_BEGIN );
return pStrm.get();
}