diff options
author | Matteo Casalin <matteo.casalin@yahoo.com> | 2015-12-01 23:22:59 +0100 |
---|---|---|
committer | Matteo Casalin <matteo.casalin@yahoo.com> | 2015-12-27 16:51:25 +0100 |
commit | 59e3e041ccd119e72dee053172531a59832336c7 (patch) | |
tree | 9ef995f8c829d5ae821e9d821b847ecbccc575de /vcl/headless/svpprn.cxx | |
parent | 118318e3e9d6ac310861dc87c6219c2120da33fa (diff) |
sal_uIntPtr to sal_uInt32, int to sal_uInt32/sal_uInt64
Change-Id: Ib86d6b63d16f24f3c5e17981562d100e247dc267
Diffstat (limited to 'vcl/headless/svpprn.cxx')
-rw-r--r-- | vcl/headless/svpprn.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/headless/svpprn.cxx b/vcl/headless/svpprn.cxx index fd5047ed135e..89413035513b 100644 --- a/vcl/headless/svpprn.cxx +++ b/vcl/headless/svpprn.cxx @@ -139,7 +139,7 @@ static void copyJobDataToJobSetup( ImplJobSetup* pJobSetup, JobData& rData ) if( pJobSetup->mpDriverData ) rtl_freeMemory( pJobSetup->mpDriverData ); - int nBytes; + sal_uInt32 nBytes; void* pBuffer = nullptr; if( rData.getStreamBuffer( pBuffer, nBytes ) ) { |