From 9b3963ce53c2c4467dfdf085f07d76b4234e272f Mon Sep 17 00:00:00 2001 From: David Tardon Date: Thu, 16 Feb 2012 06:11:52 +0100 Subject: [PATCH] remove duplicated assignment --- .../source/engine/transitions/shapetransitionfactory.cxx | 4 ---- 1 file changed, 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,