summaryrefslogtreecommitdiff
path: root/cppcanvas
diff options
context:
space:
mode:
authorMuthu Subramanian <sumuthu@collabora.com>2013-10-10 14:49:51 +0530
committerMuthu Subramanian <sumuthu@collabora.com>2013-10-18 18:43:56 +0530
commit50cfd6763d30566e7606bea3b30259e9fe03b670 (patch)
treeac0128836e2f23180c5891749ea7fd4c9a6bf3b0 /cppcanvas
parente61f4927eebce4b8f458276e8725bd9c4f71a99f (diff)
n#812793: Reverting the workaround.
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 9d9c31169284..8f335740dd59 100644
--- a/cppcanvas/source/mtfrenderer/emfplus.cxx
+++ b/cppcanvas/source/mtfrenderer/emfplus.cxx
@@ -1450,11 +1450,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;