diff options
-rw-r--r-- | cppcanvas/source/mtfrenderer/emfplus.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppcanvas/source/mtfrenderer/emfplus.cxx b/cppcanvas/source/mtfrenderer/emfplus.cxx index 5864182c3a91..7389e2336ffa 100644 --- a/cppcanvas/source/mtfrenderer/emfplus.cxx +++ b/cppcanvas/source/mtfrenderer/emfplus.cxx @@ -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))); |