summaryrefslogtreecommitdiffstats
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 490fc6f6c746..cd75978a8c73 100644
--- a/tools/source/stream/vcompat.cxx
+++ b/tools/source/stream/vcompat.cxx
@@ -33,7 +33,7 @@ VersionCompat::VersionCompat( SvStream& rStm, StreamMode nStreamMode, sal_uInt16
{
mpRWStm->WriteUInt16( mnVersion );
mnTotalSize = ( mnCompatPos = mpRWStm->Tell() ) + 4UL;
- mpRWStm->SeekRel( 4L );
+ mpRWStm->SeekRel( 4 );
}
else
{