Kaydet (Commit) ebebb309 authored tarafından Radek Doulik's avatar Radek Doulik

ops, fix build

Change-Id: If72f3c1e0d7a14779074d898c4d1eb0fe8f07871
üst fa109b46
......@@ -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)));
......
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