diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-05-04 06:47:27 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-05-04 06:47:27 +0000 |
commit | c670442332978c1e7b0c13301fe147ce14c0ce56 (patch) | |
tree | a579d827478a1e050588fbc922eb75e1290318ee /canvas/inc | |
parent | b5a0ddc0e12f5a99edfc4ad6f6ed02cde0a8688b (diff) |
INTEGRATION: CWS thbpp3 (1.2.26); FILE MERGED
2006/04/26 11:22:52 thb 1.2.26.2: RESYNC: (1.2-1.3); FILE MERGED
2006/02/09 15:28:53 thb 1.2.26.1: #i61843# Changed SpriteInfo::getUpdateArea to return by value (otherwise, bind usage of select2nd breaks)
Diffstat (limited to 'canvas/inc')
-rw-r--r-- | canvas/inc/canvas/spriteredrawmanager.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/canvas/inc/canvas/spriteredrawmanager.hxx b/canvas/inc/canvas/spriteredrawmanager.hxx index 7c81611b4494..5b2ee978fbde 100644 --- a/canvas/inc/canvas/spriteredrawmanager.hxx +++ b/canvas/inc/canvas/spriteredrawmanager.hxx @@ -4,9 +4,9 @@ * * $RCSfile: spriteredrawmanager.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: obo $ $Date: 2006-03-22 10:58:22 $ + * last change: $Author: rt $ $Date: 2006-05-04 07:47:27 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -155,6 +155,8 @@ namespace canvas } const Sprite::Reference& getSprite() const { return mpSprite; } + + // #i61843# need to return by value here, to be used safely from bind ::basegfx::B2DRange getUpdateArea() const { return maTrueUpdateArea; } bool needsUpdate() const { return mbNeedsUpdate; } bool isPureMove() const { return mbIsPureMove; } |