cleanup
This commit is contained in:
parent
b28d0d0ac6
commit
be3c5022c3
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue