INTEGRATION: CWS presfixes02 (1.5.2); FILE MERGED
2005/03/14 16:03:07 thb 1.5.2.1: #i35136# #i36914# #i41113# #i44100# Merge from presfixes01 patches
This commit is contained in:
parent
7c5f2254c7
commit
05ab4766b1
1 changed files with 14 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: canvascustomsprite.cxx,v $
|
||||
*
|
||||
* $Revision: 1.5 $
|
||||
* $Revision: 1.6 $
|
||||
*
|
||||
* last change: $Author: vg $ $Date: 2005-03-10 11:57:53 $
|
||||
* last change: $Author: rt $ $Date: 2005-03-30 07:36:15 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -583,4 +583,16 @@ namespace vclcanvas
|
|||
return ::basegfx::B2DSize( maSize.Width(),
|
||||
maSize.Height() );
|
||||
}
|
||||
|
||||
bool CanvasCustomSprite::repaint( const GraphicObjectSharedPtr& rGrf,
|
||||
const ::Point& rPt,
|
||||
const ::Size& rSz,
|
||||
const GraphicAttr& rAttr ) const
|
||||
{
|
||||
tools::LocalGuard aGuard;
|
||||
|
||||
mbSurfaceDirty = true;
|
||||
|
||||
return maCanvasHelper.repaint( rGrf, rPt, rSz, rAttr );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue