summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--svx/source/gallery2/codec.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/gallery2/codec.cxx b/svx/source/gallery2/codec.cxx
index 773b769a2678..5063632d1d93 100644
--- a/svx/source/gallery2/codec.cxx
+++ b/svx/source/gallery2/codec.cxx
@@ -35,7 +35,7 @@ GalleryCodec::~GalleryCodec()
bool GalleryCodec::IsCoded( SvStream& rStm, sal_uInt32& rVersion )
{
- const sal_uIntPtr nPos = rStm.Tell();
+ const sal_uInt64 nPos = rStm.Tell();
bool bRet;
sal_uInt8 cByte1, cByte2, cByte3, cByte4, cByte5, cByte6;