summaryrefslogtreecommitdiff
path: root/include/vcl/animate.hxx
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2015-08-23 22:49:56 +0200
committerMatteo Casalin <matteo.casalin@yahoo.com>2015-08-29 16:57:01 +0200
commit986a172a749288d5ee09eb548ff4b4a7153023fe (patch)
tree0a50f96130cafa6816d669246e951839d12eba19 /include/vcl/animate.hxx
parent9db0626cc365d752241632f0a5c44d3835f9330b (diff)
sal_uLong to sal_uInt32 for CRC32
Change-Id: Id13e07f479615b8eb39d05e6534f514277cc3d03
Diffstat (limited to 'include/vcl/animate.hxx')
-rw-r--r--include/vcl/animate.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/animate.hxx b/include/vcl/animate.hxx
index 2ef68e723fa1..7650d6ffc45c 100644
--- a/include/vcl/animate.hxx
+++ b/include/vcl/animate.hxx
@@ -88,7 +88,7 @@ struct VCL_DLLPUBLIC AnimationBitmap
{ return !( *this == rAnimBmp ); }
- sal_uLong GetChecksum() const;
+ sal_uInt32 GetChecksum() const;
};
struct AInfo
@@ -162,7 +162,7 @@ public:
void Replace( const AnimationBitmap& rNewAnimationBmp, sal_uInt16 nAnimation );
sal_uLong GetSizeBytes() const;
- sal_uLong GetChecksum() const;
+ sal_uInt32 GetChecksum() const;
public: