diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-03-30 06:38:54 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-03-30 06:38:54 +0000 |
commit | 918d7bf7eb4b482172b32db860eb2ab7c035dd52 (patch) | |
tree | 3b6e5a7214b90ebb82841f628279794e10a418fd /canvas/source/vcl/spritecanvas.cxx | |
parent | ff533e64e70e84f757275fcae4f0becd32800812 (diff) |
INTEGRATION: CWS presfixes02 (1.6.2); FILE MERGED
2005/03/14 16:03:09 thb 1.6.2.1: #i35136# #i36914# #i41113# #i44100# Merge from presfixes01 patches
Diffstat (limited to 'canvas/source/vcl/spritecanvas.cxx')
-rw-r--r-- | canvas/source/vcl/spritecanvas.cxx | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/canvas/source/vcl/spritecanvas.cxx b/canvas/source/vcl/spritecanvas.cxx index 33e38790ca4e..ba1917e4e9bf 100644 --- a/canvas/source/vcl/spritecanvas.cxx +++ b/canvas/source/vcl/spritecanvas.cxx @@ -2,9 +2,9 @@ * * $RCSfile: spritecanvas.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: vg $ $Date: 2005-03-10 12:00:56 $ + * last change: $Author: rt $ $Date: 2005-03-30 07:38:54 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -472,6 +472,18 @@ namespace vclcanvas mpRedrawManager->updateSprite( sprite, rPos, rUpdateArea ); } + bool SpriteCanvas::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 ); + } + } namespace |