summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2012-06-04 12:58:44 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2012-06-04 12:58:44 +0200
commit7b4c51ed76269546a03729b5e7f087a9d252994f (patch)
tree87697da0a4cd4519b32ea393d23b562488cb1b43 /vcl
parent9d1486da6e30f9a4a17eebfafc800f9a84fc49bf (diff)
sal_uInt32 -> cmsUInt32Number
Change-Id: I2d16ab0c75221cd7ce3e602d9f830b597433411b
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/gdi/pdfwriter_impl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/gdi/pdfwriter_impl.cxx b/vcl/source/gdi/pdfwriter_impl.cxx
index 059f291981e0..2c4d10b61ca7 100644
--- a/vcl/source/gdi/pdfwriter_impl.cxx
+++ b/vcl/source/gdi/pdfwriter_impl.cxx
@@ -6203,7 +6203,7 @@ sal_Int32 PDFWriterImpl::emitOutputIntent()
beginCompression();
checkAndEnableStreamEncryption( nICCObject );
cmsHPROFILE hProfile = cmsCreate_sRGBProfile();
- sal_uInt32 nBytesNeeded = 0;
+ cmsUInt32Number nBytesNeeded = 0;
cmsSaveProfileToMem(hProfile, NULL, &nBytesNeeded);
if (!nBytesNeeded)
return 0;