summaryrefslogtreecommitdiff
path: root/cppcanvas
diff options
context:
space:
mode:
Diffstat (limited to 'cppcanvas')
-rw-r--r--cppcanvas/source/mtfrenderer/emfplus.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/cppcanvas/source/mtfrenderer/emfplus.cxx b/cppcanvas/source/mtfrenderer/emfplus.cxx
index 3bee95ff8b14..5685c49322d6 100644
--- a/cppcanvas/source/mtfrenderer/emfplus.cxx
+++ b/cppcanvas/source/mtfrenderer/emfplus.cxx
@@ -1462,11 +1462,6 @@ namespace cppcanvas
::basegfx::B2DPolyPolygon polyPolygon (polygon);
- // n#812793: EMF+ Seems to specify transparent background with Alpha=0xFF !
- // Workaround for the problem.
- if( isColor && brushIndexOrColor == 0xFFFFFFFF && rectangles == 1 )
- brushIndexOrColor = 0xFFFFFF;
-
EMFPPlusFillPolygon (polyPolygon, rFactoryParms, rState, rCanvas, isColor, brushIndexOrColor);
}
break;