diff options
author | Radek Doulik <rodo@novell.com> | 2013-03-15 15:34:26 +0100 |
---|---|---|
committer | Radek Doulik <rodo@novell.com> | 2013-03-15 15:34:26 +0100 |
commit | ebebb309403498a9438a908a26248b05cc855879 (patch) | |
tree | 8bf7102292d7f4368891e281720637c262b8f846 /cppcanvas/source | |
parent | fa109b4603f06533a63ee19518c482a23976bfe8 (diff) |
ops, fix build
Change-Id: If72f3c1e0d7a14779074d898c4d1eb0fe8f07871
Diffstat (limited to 'cppcanvas/source')
-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))); |