From be3c5022c326a81c6359db062b6fc696e102820e Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Mon, 14 Mar 2011 10:30:59 +0000 Subject: cleanup --- cppcanvas/source/inc/implrenderer.hxx | 2 +- cppcanvas/source/mtfrenderer/emfplus.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'cppcanvas') diff --git a/cppcanvas/source/inc/implrenderer.hxx b/cppcanvas/source/inc/implrenderer.hxx index d021ad8a4492..3c1ec6de127f 100644 --- a/cppcanvas/source/inc/implrenderer.hxx +++ b/cppcanvas/source/inc/implrenderer.hxx @@ -293,7 +293,7 @@ static float GetSwapFloat( SvStream& rSt ) sal_Int32 nMmY; /* multipart object data */ bool mbMultipart; - sal_uInt16 mMFlags; + sal_uInt16 mMFlags; SvMemoryStream mMStream; }; diff --git a/cppcanvas/source/mtfrenderer/emfplus.cxx b/cppcanvas/source/mtfrenderer/emfplus.cxx index 422b931121b2..b2a582b1319d 100644 --- a/cppcanvas/source/mtfrenderer/emfplus.cxx +++ b/cppcanvas/source/mtfrenderer/emfplus.cxx @@ -1283,7 +1283,7 @@ namespace cppcanvas EMFP_DEBUG (sal_Int32 brushIndex); sal_Int32 points; EMFP_DEBUG (sal_uInt32 color); - EMFP_DEBUG (USHORT transparency = 0); + EMFP_DEBUG (sal_uInt16 transparency = 0); rMF >> brushIndexOrColor; rMF >> points; -- cgit v1.2.3