[Libreoffice-commits] .: oox/source

Takeshi Abe tabe at kemper.freedesktop.org
Sat Mar 19 11:38:07 PDT 2011


 oox/source/export/vmlexport.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 08b331e07cb8391c249d673015d1095d6bd6a662
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Sun Mar 20 03:22:02 2011 +0900

    Use SAL_PRIuUINT32 instead of %d

diff --git a/oox/source/export/vmlexport.cxx b/oox/source/export/vmlexport.cxx
index 510d939..01de01a 100644
--- a/oox/source/export/vmlexport.cxx
+++ b/oox/source/export/vmlexport.cxx
@@ -666,7 +666,7 @@ void VMLExport::Commit( EscherPropertyContainer& rProps, const Rectangle& rRect
                 break;
             default:
 #if OSL_DEBUG_LEVEL > 0
-                fprintf( stderr, "TODO VMLExport::Commit(), unimplemented id: %d, value: %d, data: [%d, %p]\n",
+                fprintf( stderr, "TODO VMLExport::Commit(), unimplemented id: %d, value: %" SAL_PRIuUINT32 ", data: [%" SAL_PRIuUINT32 ", %p]\n",
                         it->nPropId, it->nPropValue, it->nPropSize, it->pBuf );
                 if ( it->nPropSize )
                 {


More information about the Libreoffice-commits mailing list