cppcanvas/source/mtfrenderer/emfplus.cxx |    5 -----
 1 file changed, 5 deletions(-)

New commits:
commit 3d0d0717e8afdeb398931d59b1ab337c43b7197c
Author: Muthu Subramanian <sumu...@collabora.com>
Date:   Thu Oct 10 14:49:51 2013 +0530

    n#812793: Reverting the workaround.

diff --git a/cppcanvas/source/mtfrenderer/emfplus.cxx 
b/cppcanvas/source/mtfrenderer/emfplus.cxx
index 3bee95f..5685c49 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;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to