INTEGRATION: CWS aquabmpfix01 (1.6.14); FILE MERGED

2008/05/09 12:40:13 hdu 1.6.14.1: #i88759# chart2: enable antialiasing, nothing depends on exact pixel-boundaries
This commit is contained in:
Oliver Bolte 2008-05-30 09:20:23 +00:00
parent 937198c3e3
commit 9f2d92d94e

View file

@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: ChartWindow.cxx,v $
* $Revision: 1.6 $
* $Revision: 1.7 $
*
* This file is part of OpenOffice.org.
*
@ -64,6 +64,8 @@ ChartWindow::ChartWindow( WindowController* pWindowController, Window* pParent,
this->SetSmartHelpId( SmartId( HID_SCH_WIN_DOCUMENT ) );
this->SetMapMode( MapMode(MAP_100TH_MM) );
adjustHighContrastMode();
// chart does not depend on exact pixel painting => enable antialiased drawing
SetAntialiasing( ANTIALIASING_ENABLE_B2DDRAW | GetAntialiasing() );
}
ChartWindow::~ChartWindow()