diff options
author | Matteo Casalin <matteo.casalin@yahoo.com> | 2015-08-23 22:49:56 +0200 |
---|---|---|
committer | Matteo Casalin <matteo.casalin@yahoo.com> | 2015-08-29 16:57:01 +0200 |
commit | 986a172a749288d5ee09eb548ff4b4a7153023fe (patch) | |
tree | 0a50f96130cafa6816d669246e951839d12eba19 /include/vcl/animate.hxx | |
parent | 9db0626cc365d752241632f0a5c44d3835f9330b (diff) |
sal_uLong to sal_uInt32 for CRC32
Change-Id: Id13e07f479615b8eb39d05e6534f514277cc3d03
Diffstat (limited to 'include/vcl/animate.hxx')
-rw-r--r-- | include/vcl/animate.hxx | 4 |
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: |