summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2011-03-20 03:22:02 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2011-03-20 03:27:50 +0900
commit5d7d145d411c8974ceb12ac08759e7ccf3bb9b27 (patch)
treeaa4bd7edf94c07164f7c213028796ea83fda7765
parent87c81ba999a59c94c74845cc63b1b9c71dda6aaa (diff)
Use SAL_PRIuUINT32 instead of %d
-rw-r--r--oox/source/export/vmlexport.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/export/vmlexport.cxx b/oox/source/export/vmlexport.cxx
index a0542542731f..1a317c14db0f 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 )
{