diff options
author | Michael Meeks <michael.meeks@novell.com> | 2011-03-14 10:30:59 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2011-03-14 10:30:59 +0000 |
commit | be3c5022c326a81c6359db062b6fc696e102820e (patch) | |
tree | 124380c07b91a469360392d6aaac853e198ceb71 /cppcanvas | |
parent | b28d0d0ac6918ddd638f0c8aafb250d4d97fdb70 (diff) |
cleanup
Diffstat (limited to 'cppcanvas')
-rw-r--r-- | cppcanvas/source/inc/implrenderer.hxx | 2 | ||||
-rw-r--r-- | cppcanvas/source/mtfrenderer/emfplus.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
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; |