[Libreoffice-commits] .: vcl/source

Fridrich Strba fridrich at kemper.freedesktop.org
Mon Jun 4 03:59:01 PDT 2012


 vcl/source/gdi/pdfwriter_impl.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7b4c51ed76269546a03729b5e7f087a9d252994f
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Mon Jun 4 12:58:44 2012 +0200

    sal_uInt32 -> cmsUInt32Number
    
    Change-Id: I2d16ab0c75221cd7ce3e602d9f830b597433411b

diff --git a/vcl/source/gdi/pdfwriter_impl.cxx b/vcl/source/gdi/pdfwriter_impl.cxx
index 059f291..2c4d10b 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;


More information about the Libreoffice-commits mailing list