From 728acd3390ebcf546765f33b750f3c5f784d7aa3 Mon Sep 17 00:00:00 2001 From: Zolnai Tamás Date: Wed, 16 Apr 2014 08:26:48 +0200 Subject: Revertion of changes related to ExternalShapeBase This reverts commits: 50b60c5508b3ba5a0b8dc05eac511d7edaa5a343 0ae0301d1cd6e690473f932411ca880c20f45e13 2a594eb22bfed62fdbcef51a56c2c180bea0283f Got some suggestions that the deleted things can be usefull. --- slideshow/source/engine/animationnodes/animationcommandnode.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'slideshow/source/engine/animationnodes/animationcommandnode.cxx') diff --git a/slideshow/source/engine/animationnodes/animationcommandnode.cxx b/slideshow/source/engine/animationnodes/animationcommandnode.cxx index 53f9c8cad9b3..c7cbf0969268 100644 --- a/slideshow/source/engine/animationnodes/animationcommandnode.cxx +++ b/slideshow/source/engine/animationnodes/animationcommandnode.cxx @@ -49,7 +49,7 @@ AnimationCommandNode::AnimationCommandNode( uno::Reference xShape( mxCommandNode->getTarget(), uno::UNO_QUERY ); ShapeSharedPtr pShape( getContext().mpSubsettableShapeManager->lookupShape( xShape ) ); - mpShape = ::boost::dynamic_pointer_cast< ExternalShapeBase >( pShape ); + mpShape = ::boost::dynamic_pointer_cast< ExternalMediaShape >( pShape ); } void AnimationCommandNode::dispose() -- cgit