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:
Rüdiger Timm 2005-03-30 06:36:15 +00:00
parent 7c5f2254c7
commit 05ab4766b1

View file

@ -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 );
}
}