summaryrefslogtreecommitdiff
path: root/cppcanvas
diff options
context:
space:
mode:
authorRadek Doulik <rodo@novell.com>2013-03-15 15:34:26 +0100
committerRadek Doulik <rodo@novell.com>2013-03-15 15:34:26 +0100
commitebebb309403498a9438a908a26248b05cc855879 (patch)
tree8bf7102292d7f4368891e281720637c262b8f846 /cppcanvas
parentfa109b4603f06533a63ee19518c482a23976bfe8 (diff)
ops, fix build
Change-Id: If72f3c1e0d7a14779074d898c4d1eb0fe8f07871
Diffstat (limited to 'cppcanvas')
-rw-r--r--cppcanvas/source/mtfrenderer/emfplus.cxx2
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)));