cppcanvas/source/mtfrenderer/emfplus.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit ebebb309403498a9438a908a26248b05cc855879 Author: Radek Doulik <[email protected]> Date: Fri Mar 15 15:34:26 2013 +0100 ops, fix build Change-Id: If72f3c1e0d7a14779074d898c4d1eb0fe8f07871 diff --git a/cppcanvas/source/mtfrenderer/emfplus.cxx b/cppcanvas/source/mtfrenderer/emfplus.cxx index 5864182..7389e23 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))); _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
