[ooo-build-commit] .: Branch 'ooo/OOO320' - vcl/source

Jan Holesovsky kendy at kemper.freedesktop.org
Mon Feb 1 18:56:27 PST 2010


 vcl/source/gdi/outdev6.cxx |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit ec8c5cbc4473679cbd54ddcc8cc2c90a90f91359
Author: Oliver Bolte <obo at openoffice.org>
Date:   Mon Feb 1 14:39:38 2010 +0000

    CWS-TOOLING: integrate CWS ooo321gsl02
    2010-01-29 19:09:29 +0100 hjs  r277966 : #i107957 - deliver right .xcu, no matter how WITH_LANG is set
    2010-01-29 16:14:32 +0100 os  r277964 : #i108426# missing increment added
    2010-01-29 13:28:08 +0100 pl  r277962 : #i107763# avoid strange visuals on X11 platforms

diff --git a/vcl/source/gdi/outdev6.cxx b/vcl/source/gdi/outdev6.cxx
index cf20a29..47b5ed5 100644
--- a/vcl/source/gdi/outdev6.cxx
+++ b/vcl/source/gdi/outdev6.cxx
@@ -269,6 +269,9 @@ void OutputDevice::DrawTransparent( const PolyPolygon& rPolyPoly,
     // try hard to draw it directly, because the emulation layers are slower
     if( !pDisableNative
         && mpGraphics->supportsOperation( OutDevSupport_B2DDraw ) 
+#if defined UNX && ! defined QUARTZ
+            && GetBitCount() > 8
+#endif
 #ifdef WIN32
         // workaround bad dithering on remote displaying when using GDI+ with toolbar buttoin hilighting
         && !rPolyPoly.IsRect()


More information about the ooo-build-commit mailing list