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:
parent
ff2cf41bb0
commit
1afae91813
1 changed files with 2 additions and 2 deletions
|
@ -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 );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue