INTEGRATION: CWS aw033 (1.7.14); FILE MERGED

2008/07/11 11:43:15 aw 1.7.14.3: RESYNC: (1.9-1.10); FILE MERGED
2008/05/14 15:07:58 aw 1.7.14.2: RESYNC: (1.7-1.9); FILE MERGED
2008/03/18 14:32:40 hdu 1.7.14.1: #i87185# Aqua: use CGPath bounds instead of B2DPolygon bounds
This commit is contained in:
Vladimir Glazounov 2008-08-19 23:31:07 +00:00
parent ff2cf41bb0
commit 1afae91813

View file

@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: salatslayout.cxx,v $
* $Revision: 1.11 $
* $Revision: 1.12 $
*
* This file is part of OpenOffice.org.
*
@ -391,7 +391,7 @@ void ATSLayout::DrawText( SalGraphics& rGraphics ) const
drawRect.right - drawRect.left,
drawRect.bottom - drawRect.top );
aRect = CGContextConvertRectToDeviceSpace( rAquaGraphics.mrContext, aRect );
rAquaGraphics.RefreshRect( aRect.origin.x, aRect.origin.y, aRect.size.width+1, aRect.size.height+1 );
rAquaGraphics.RefreshRect( aRect );
}
}