diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-03-30 06:36:15 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-03-30 06:36:15 +0000 |
commit | 05ab4766b1d265c158374e8e280150468b99c0b7 (patch) | |
tree | 52bf577285e2b86e986b69cb2b686956391257e1 /canvas/source/vcl/canvascustomsprite.cxx | |
parent | 7c5f2254c70df2064e5cc4136efd06cb153452a3 (diff) |
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
Diffstat (limited to 'canvas/source/vcl/canvascustomsprite.cxx')
-rw-r--r-- | canvas/source/vcl/canvascustomsprite.cxx | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/canvas/source/vcl/canvascustomsprite.cxx b/canvas/source/vcl/canvascustomsprite.cxx index df5dbb2315a3..47559da58729 100644 --- a/canvas/source/vcl/canvascustomsprite.cxx +++ b/canvas/source/vcl/canvascustomsprite.cxx @@ -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 ); + } } |