Kaydet (Commit) 5b6d4696 authored tarafından David Tardon's avatar David Tardon

WaE: unused variable

Change-Id: I05d9fdd234374924c7876d2c123656495016b0ea
üst cf6b2f0e
......@@ -1300,12 +1300,11 @@ namespace cppcanvas
break;
case EmfPlusRecordTypeFillEllipse:
{
sal_uInt32 index = flags & 0xff;
sal_uInt32 brushIndexOrColor;
rMF >> brushIndexOrColor;
EMFP_DEBUG (printf ("EMF+ FillEllipse slot: %u\n", (unsigned int)index));
EMFP_DEBUG (printf ("EMF+ FillEllipse slot: %u\n", static_cast<unsigned>(flags && 0xff)));
float dx, dy, dw, dh;
......
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