diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-11-02 13:01:58 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-11-02 13:01:58 +0000 |
commit | 0f89a42316a995213373b40b8d0e610c7e2dd2ac (patch) | |
tree | 465dc061980ef067db0598a0aca920c4da1c984b /slideshow | |
parent | 8b3b0b64aa997fb421656691b51b8b223c60701b (diff) |
INTEGRATION: CWS canvas02 (1.8.2); FILE MERGED
2005/10/20 16:10:44 thb 1.8.2.1: #i52235# AnimatedSprite now sets the sprite clip in pixel; modified ViewShape such that it correctly adapts the clip to the added antialiasing size
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/source/engine/animatedsprite.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/slideshow/source/engine/animatedsprite.cxx b/slideshow/source/engine/animatedsprite.cxx index e7cb786e1938..a97041e6ba8c 100644 --- a/slideshow/source/engine/animatedsprite.cxx +++ b/slideshow/source/engine/animatedsprite.cxx @@ -4,9 +4,9 @@ * * $RCSfile: animatedsprite.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: obo $ $Date: 2005-10-11 08:27:44 $ + * last change: $Author: kz $ $Date: 2005-11-02 14:01:58 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -213,7 +213,7 @@ namespace presentation void AnimatedSprite::clip( const ::basegfx::B2DPolyPolygon& rClip ) { maClip.reset( rClip ); - mpSprite->setClip( rClip ); + mpSprite->setClipPixel( rClip ); } void AnimatedSprite::transform( const ::basegfx::B2DHomMatrix& rTransform ) |