ops, fix build

Change-Id: If72f3c1e0d7a14779074d898c4d1eb0fe8f07871
This commit is contained in:
Radek Doulik
2013-03-15 15:34:26 +01:00
parent fa109b4603
commit ebebb30940

View File

@@ -1339,7 +1339,7 @@ namespace cppcanvas
sal_uInt32 brushIndexOrColor;
if ( type == EmfPlusRecordTypeFillEllipse )
rMF >> brushIndexOrColorOrPen;
rMF >> brushIndexOrColor;
EMFP_DEBUG (printf ("EMF+ %sEllipse slot: %u\n", type == EmfPlusRecordTypeFillEllipse ? "Fill" : "Draw", static_cast<unsigned>(flags & 0xff)));