summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/animationnodes/animationcommandnode.cxx
diff options
context:
space:
mode:
authorZolnai Tamás <tamas.zolnai@collabora.com>2014-04-16 08:26:48 +0200
committerZolnai Tamás <tamas.zolnai@collabora.com>2014-04-16 09:29:11 +0200
commit728acd3390ebcf546765f33b750f3c5f784d7aa3 (patch)
treee30ec993ed61633e26f1bdf91880cec22898fc20 /slideshow/source/engine/animationnodes/animationcommandnode.cxx
parent77be5e9064134fa0b559537433d57b6c0c646fa5 (diff)
Revertion of changes related to ExternalShapeBase
This reverts commits: 50b60c5508b3ba5a0b8dc05eac511d7edaa5a343 0ae0301d1cd6e690473f932411ca880c20f45e13 2a594eb22bfed62fdbcef51a56c2c180bea0283f Got some suggestions that the deleted things can be usefull.
Diffstat (limited to 'slideshow/source/engine/animationnodes/animationcommandnode.cxx')
-rw-r--r--slideshow/source/engine/animationnodes/animationcommandnode.cxx2
1 files changed, 1 insertions, 1 deletions
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<animations::XAnimatio
uno::Reference< drawing::XShape > 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()