diff options
author | David Tardon <dtardon@redhat.com> | 2012-02-16 06:11:52 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-02-17 13:59:29 +0100 |
commit | 9b3963ce53c2c4467dfdf085f07d76b4234e272f (patch) | |
tree | 29bfde57d7ddf77178c47221a4626fad3b8a143a /slideshow | |
parent | f8e3ec289216fcf68b4083497a7e0ac04f07ce23 (diff) |
remove duplicated assignment
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/source/engine/transitions/shapetransitionfactory.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/slideshow/source/engine/transitions/shapetransitionfactory.cxx b/slideshow/source/engine/transitions/shapetransitionfactory.cxx index 0079f005af83..4185b37afa18 100644 --- a/slideshow/source/engine/transitions/shapetransitionfactory.cxx +++ b/slideshow/source/engine/transitions/shapetransitionfactory.cxx @@ -143,10 +143,6 @@ void ClippingAnimation::start( const AnimatableShapeSharedPtr& rShape, "ClippingAnimation::start(): Shape already set" ); OSL_ENSURE( !mpAttrLayer, "ClippingAnimation::start(): Attribute layer already set" ); - - mpShape = rShape; - mpAttrLayer = rAttrLayer; - ENSURE_OR_THROW( rShape, "ClippingAnimation::start(): Invalid shape" ); ENSURE_OR_THROW( rAttrLayer, |