summaryrefslogtreecommitdiff
path: root/tools/source/stream/vcompat.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/source/stream/vcompat.cxx')
-rw-r--r--tools/source/stream/vcompat.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/source/stream/vcompat.cxx b/tools/source/stream/vcompat.cxx
index cd75978a8c73..7e03ef43a0c8 100644
--- a/tools/source/stream/vcompat.cxx
+++ b/tools/source/stream/vcompat.cxx
@@ -32,7 +32,7 @@ VersionCompat::VersionCompat( SvStream& rStm, StreamMode nStreamMode, sal_uInt16
if( StreamMode::WRITE == mnStmMode )
{
mpRWStm->WriteUInt16( mnVersion );
- mnTotalSize = ( mnCompatPos = mpRWStm->Tell() ) + 4UL;
+ mnTotalSize = ( mnCompatPos = mpRWStm->Tell() ) + 4;
mpRWStm->SeekRel( 4 );
}
else