Kaydet (Commit) 145a569f authored tarafından Chris Sherlock's avatar Chris Sherlock

vcl: cosmetic change - it appears some newlines were missing in wmfwr.cxx

Change-Id: I1c1678c96d5b2f4a88299b9b3da317fa28ba96c4
üst 1dfb68de
......@@ -802,7 +802,12 @@ void WMFWriter::WMFRecord_StretchDIB( const Point & rPoint, const Size & rSize,
}
}
pWMF->WriteUInt32( nROP ). WriteInt16( 0 ). WriteInt16( rBitmap.GetSizePixel().Height() ). WriteInt16( rBitmap.GetSizePixel().Width() ). WriteInt16( 0 ). WriteInt16( 0 );
pWMF->WriteUInt32( nROP ).
WriteInt16( 0 ).
WriteInt16( rBitmap.GetSizePixel().Height() ).
WriteInt16( rBitmap.GetSizePixel().Width() ).
WriteInt16( 0 ).
WriteInt16( 0 );
WriteHeightWidth(rSize);
WritePointYX(rPoint);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment