diff options
author | Andre Fischer <af@openoffice.org> | 2009-04-27 11:42:05 +0000 |
---|---|---|
committer | Andre Fischer <af@openoffice.org> | 2009-04-27 11:42:05 +0000 |
commit | 69a4a545a556bd189736b3e510d4b4b07ae8cb6e (patch) | |
tree | 33696e0153c26ca3c8cf32b988cc6422688cccee /slideshow/source/engine/animationnodes/animationsetnode.cxx | |
parent | aa02f1da390cb9b1225de978f8e2965c34e3a45f (diff) |
#i48179# Debug: added descriptive strings to events.
Diffstat (limited to 'slideshow/source/engine/animationnodes/animationsetnode.cxx')
-rw-r--r-- | slideshow/source/engine/animationnodes/animationsetnode.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/slideshow/source/engine/animationnodes/animationsetnode.cxx b/slideshow/source/engine/animationnodes/animationsetnode.cxx index f7669b7214d3..ba1f015cd4fe 100644 --- a/slideshow/source/engine/animationnodes/animationsetnode.cxx +++ b/slideshow/source/engine/animationnodes/animationsetnode.cxx @@ -80,7 +80,8 @@ AnimationActivitySharedPtr AnimationSetNode::createActivity() const pSelf, "cannot cast getSelf() to my type!" ); aParms.mpEndEvent = makeEvent( boost::bind( &AnimationSetNode::implScheduleDeactivationEvent, - pSelf ) ); + pSelf ), + "AnimationSetNode::implScheduleDeactivationEvent"); } switch (AnimationFactory::classifyAttributeName( attrName )) { |