[Libreoffice-commits] .: vcl/source

Norbert Thiebaud nthiebaud at kemper.freedesktop.org
Tue May 10 10:54:26 PDT 2011


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

New commits:
commit d4259e0061a96ebd78ac9068d93ea839bde67190
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Tue May 10 12:54:16 2011 -0500

    Error in 6fb23043a46f8f79aefede2f48f4e624f3eb146d argument type mismatch

diff --git a/vcl/source/gdi/pdfwriter_impl2.cxx b/vcl/source/gdi/pdfwriter_impl2.cxx
index 0f78f59..ec574f9 100644
--- a/vcl/source/gdi/pdfwriter_impl2.cxx
+++ b/vcl/source/gdi/pdfwriter_impl2.cxx
@@ -266,7 +266,7 @@ void PDFWriterImpl::playMetafile( const GDIMetaFile& i_rMtf, vcl::PDFExtOutDevDa
 
     for( size_t i = 0, nCount = aMtf.GetActionSize(); i < nCount; )
     {
-        if ( !i_pOutDevData || !i_pOutDevData->PlaySyncPageAct( m_rOuterFace, i ) )
+        if ( !i_pOutDevData || !i_pOutDevData->PlaySyncPageAct( m_rOuterFace, (sal_uInt32)i ) )
         {
             const MetaAction*	pAction = aMtf.GetAction( i );
             const sal_uInt16		nType = pAction->GetType();


More information about the Libreoffice-commits mailing list