You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by er...@apache.org on 2011/09/10 20:08:59 UTC

svn commit: r1167572 - /incubator/ooo/trunk/main/vcl/source/gdi/print2.cxx

Author: erack
Date: Sat Sep 10 18:08:58 2011
New Revision: 1167572

URL: http://svn.apache.org/viewvc?rev=1167572&view=rev
Log:
ooo34gsl01: #i109820# honor background color just calculated

# User Philipp Lohmann [pl] <Ph...@Oracle.COM>

Modified:
    incubator/ooo/trunk/main/vcl/source/gdi/print2.cxx

Modified: incubator/ooo/trunk/main/vcl/source/gdi/print2.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/vcl/source/gdi/print2.cxx?rev=1167572&r1=1167571&r2=1167572&view=diff
==============================================================================
--- incubator/ooo/trunk/main/vcl/source/gdi/print2.cxx (original)
+++ incubator/ooo/trunk/main/vcl/source/gdi/print2.cxx Sat Sep 10 18:08:58 2011
@@ -1226,6 +1226,7 @@ bool OutputDevice::RemoveTransparenciesF
                         aMapVDev.EnableOutput(sal_False);
 
                         VirtualDevice 	aPaintVDev; // into this one, we render.
+                        aPaintVDev.SetBackground( aBackgroundComponent.aBgColor );
 
                         rOutMtf.AddAction( new MetaPushAction( PUSH_MAPMODE ) );
                         rOutMtf.AddAction( new MetaMapModeAction() );