summaryrefslogtreecommitdiff
path: root/vcl/inc/impgraph.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 /vcl/inc/impgraph.hxx
parent9db0626cc365d752241632f0a5c44d3835f9330b (diff)
sal_uLong to sal_uInt32 for CRC32
Change-Id: Id13e07f479615b8eb39d05e6534f514277cc3d03
Diffstat (limited to 'vcl/inc/impgraph.hxx')
-rw-r--r--vcl/inc/impgraph.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/impgraph.hxx b/vcl/inc/impgraph.hxx
index 6baed716244b..b68e6d3484d0 100644
--- a/vcl/inc/impgraph.hxx
+++ b/vcl/inc/impgraph.hxx
@@ -145,7 +145,7 @@ private:
GfxLink ImplGetLink();
bool ImplIsLink() const;
- sal_uLong ImplGetChecksum() const;
+ sal_uInt32 ImplGetChecksum() const;
bool ImplExportNative( SvStream& rOStm ) const;