This commit is contained in:
Michael Meeks 2011-03-14 10:30:59 +00:00
parent b28d0d0ac6
commit be3c5022c3
2 changed files with 2 additions and 2 deletions

View file

@ -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;
};

View file

@ -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;