summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-05-30 08:57:13 +0000
committerOliver Bolte <obo@openoffice.org>2008-05-30 08:57:13 +0000
commita0c7fb2374d392379d7419237896265194619f30 (patch)
tree3ce5e04639761bb1461bf3da0d942954816afaef
parentd8e04a91062b4ec66a86c84269da5b80d1134a80 (diff)
INTEGRATION: CWS aquabmpfix01 (1.6.98); FILE MERGED
2008/05/09 11:06:47 hdu 1.6.98.2: RESYNC: (1.6-1.7); FILE MERGED 2008/05/09 10:32:42 hdu 1.6.98.1: #i88759# canvas allows b2d drawing
-rw-r--r--canvas/source/vcl/backbuffer.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/canvas/source/vcl/backbuffer.cxx b/canvas/source/vcl/backbuffer.cxx
index 6a9024ebf9c0..ec92a1d1b812 100644
--- a/canvas/source/vcl/backbuffer.cxx
+++ b/canvas/source/vcl/backbuffer.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: backbuffer.cxx,v $
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
* This file is part of OpenOffice.org.
*
@@ -41,6 +41,8 @@ namespace vclcanvas
maVDev( new VirtualDevice( rRefDevice,
bMonochromeBuffer ) )
{
+ if( !bMonochromeBuffer )
+ maVDev->SetAntialiasing( ANTIALIASING_ENABLE_B2DDRAW | maVDev->GetAntialiasing() );
}
OutputDevice& BackBuffer::getOutDev()